Class ValidateEvent
java.lang.Object
java.util.EventObject
javafx.event.Event
org.controlsfx.validation.ValidateEvent
- All Implemented Interfaces:
Serializable, Cloneable
public class ValidateEvent
extends javafx.event.Event
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final javafx.event.EventType<javafx.event.Event> Fields inherited from class javafx.event.Event
ANY, consumed, eventType, NULL_SOURCE_TARGET, targetFields inherited from class EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedMethods inherited from class EventObject
getSource, toString
-
Field Details
-
EVENT_TYPE
public static final javafx.event.EventType<javafx.event.Event> EVENT_TYPE
-
-
Constructor Details
-
ValidateEvent
public ValidateEvent()
-