- java.lang.Object
-
- java.util.EventObject
-
- javafx.event.Event
-
- eu.hansolo.tilesfx.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
-
-
Field Summary
Fields Modifier and Type Field Description static javafx.event.EventType<Section.SectionEvent>TILES_FX_SECTION_ENTEREDstatic javafx.event.EventType<Section.SectionEvent>TILES_FX_SECTION_LEFTstatic javafx.event.EventType<Section.SectionEvent>TILES_FX_SECTION_UPDATE
-
Constructor Summary
Constructors Constructor Description SectionEvent(java.lang.Object SOURCE, javafx.event.EventTarget TARGET, javafx.event.EventType<Section.SectionEvent> TYPE)
-
-
-
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)
-
-