java.lang.Object
java.util.EventObject
javafx.event.Event
eu.hansolo.medusa.Section.SectionEvent
- All Implemented Interfaces:
Serializable,Cloneable
- Enclosing class:
- Section
public static class Section.SectionEvent
extends javafx.event.Event
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final javafx.event.EventType<Section.SectionEvent>static final javafx.event.EventType<Section.SectionEvent>static final javafx.event.EventType<Section.SectionEvent>Fields inherited from class javafx.event.Event
ANY, consumed, eventType, NULL_SOURCE_TARGET, targetFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionSectionEvent(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, isConsumedMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
SECTION_ENTERED
-
SECTION_LEFT
-
SECTION_UPDATE
-
-
Constructor Details
-
SectionEvent
public SectionEvent(Object SOURCE, javafx.event.EventTarget TARGET, javafx.event.EventType<Section.SectionEvent> TYPE)
-