- java.lang.Object
-
- java.util.EventObject
-
- javafx.event.Event
-
- eu.hansolo.tilesfx.TimeSection.TimeSectionEvent
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
- Enclosing class:
- TimeSection
public static class TimeSection.TimeSectionEvent extends javafx.event.Event- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static javafx.event.EventType<TimeSection.TimeSectionEvent>TIME_SECTION_ENTEREDstatic javafx.event.EventType<TimeSection.TimeSectionEvent>TIME_SECTION_LEFT
-
Constructor Summary
Constructors Constructor Description TimeSectionEvent(java.lang.Object SOURCE, javafx.event.EventTarget TARGET, javafx.event.EventType<TimeSection.TimeSectionEvent> TYPE)
-
-
-
Field Detail
-
TIME_SECTION_ENTERED
public static final javafx.event.EventType<TimeSection.TimeSectionEvent> TIME_SECTION_ENTERED
-
TIME_SECTION_LEFT
public static final javafx.event.EventType<TimeSection.TimeSectionEvent> TIME_SECTION_LEFT
-
-
Constructor Detail
-
TimeSectionEvent
public TimeSectionEvent(java.lang.Object SOURCE, javafx.event.EventTarget TARGET, javafx.event.EventType<TimeSection.TimeSectionEvent> TYPE)
-
-