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, target
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
EVENT_TYPE
public static final javafx.event.EventType<javafx.event.Event> EVENT_TYPE
-
-
Constructor Details
-
ValidateEvent
public ValidateEvent()
-