java.lang.Object
java.util.EventObject
javafx.event.Event
eu.hansolo.medusa.TimeSection.TimeSectionEvent
- All Implemented Interfaces:
Serializable,Cloneable
- Enclosing class:
- TimeSection
public static class TimeSection.TimeSectionEvent
extends javafx.event.Event
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final javafx.event.EventType<TimeSection.TimeSectionEvent>static final javafx.event.EventType<TimeSection.TimeSectionEvent>Fields inherited from class javafx.event.Event
ANY, consumed, eventType, NULL_SOURCE_TARGET, targetFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionTimeSectionEvent(Object SOURCE, javafx.event.EventTarget TARGET, javafx.event.EventType<TimeSection.TimeSectionEvent> TYPE) -
Method Summary
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
TIME_SECTION_ENTERED
-
TIME_SECTION_LEFT
-
-
Constructor Details
-
TimeSectionEvent
public TimeSectionEvent(Object SOURCE, javafx.event.EventTarget TARGET, javafx.event.EventType<TimeSection.TimeSectionEvent> TYPE)
-