Class SwitchEvent

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class SwitchEvent
    extends javafx.event.Event
    Created by hansolo on 26.12.16.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javafx.event.EventType<SwitchEvent> SWITCH_PRESSED  
      static javafx.event.EventType<SwitchEvent> SWITCH_RELEASED  
      • 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
      SwitchEvent​(java.lang.Object SOURCE, javafx.event.EventTarget TARGET, javafx.event.EventType<SwitchEvent> TYPE)  
      SwitchEvent​(javafx.event.EventType<SwitchEvent> TYPE)  
    • 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 Detail

      • SWITCH_PRESSED

        public static final javafx.event.EventType<SwitchEvent> SWITCH_PRESSED
      • SWITCH_RELEASED

        public static final javafx.event.EventType<SwitchEvent> SWITCH_RELEASED
    • Constructor Detail

      • SwitchEvent

        public SwitchEvent​(javafx.event.EventType<SwitchEvent> TYPE)
      • SwitchEvent

        public SwitchEvent​(java.lang.Object SOURCE,
                           javafx.event.EventTarget TARGET,
                           javafx.event.EventType<SwitchEvent> TYPE)