java.lang.Object
java.util.EventObject
javafx.event.Event
com.dlsc.formsfx.model.event.GroupEvent
- All Implemented Interfaces:
Serializable,Cloneable
public final class GroupEvent
extends javafx.event.Event
Identifies events triggered by a
Group.- Author:
- Andres Almiray
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static javafx.event.EventType<GroupEvent>EVENT_GROUP_PERSISTEDWhen aGroupis persisted.static javafx.event.EventType<GroupEvent>EVENT_GROUP_RESETWhen aGroupis reset. -
Method Summary
Modifier and Type Method Description GroupgetGroup()static GroupEventgroupPersistedEvent(Group group)Creates a new instance ofGroupEventwith event type set toEVENT_GROUP_PERSISTED.static GroupEventgroupResetEvent(Group group)Creates a new instance ofGroupEventwith event type set toEVENT_GROUP_RESET.
-
Field Details
-
EVENT_GROUP_PERSISTED
When aGroupis persisted. -
EVENT_GROUP_RESET
When aGroupis reset.
-
-
Method Details
-
groupPersistedEvent
Creates a new instance ofGroupEventwith event type set toEVENT_GROUP_PERSISTED. -
groupResetEvent
Creates a new instance ofGroupEventwith event type set toEVENT_GROUP_RESET. -
getGroup
-