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

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
     
  • 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

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • EVENT_TYPE

      public static final javafx.event.EventType<javafx.event.Event> EVENT_TYPE
  • Constructor Details

    • ValidateEvent

      public ValidateEvent()