Class Section.SectionEvent

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

    public static class Section.SectionEvent
    extends javafx.event.Event
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SectionEvent​(java.lang.Object SOURCE, javafx.event.EventTarget TARGET, javafx.event.EventType<Section.SectionEvent> 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

      • TILES_FX_SECTION_ENTERED

        public static final javafx.event.EventType<Section.SectionEvent> TILES_FX_SECTION_ENTERED
      • TILES_FX_SECTION_LEFT

        public static final javafx.event.EventType<Section.SectionEvent> TILES_FX_SECTION_LEFT
      • TILES_FX_SECTION_UPDATE

        public static final javafx.event.EventType<Section.SectionEvent> TILES_FX_SECTION_UPDATE
    • Constructor Detail

      • SectionEvent

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