Uses of Class
omix.plugin.model.util.ChangeEvent.EventType
Package | Description |
---|---|
omix.plugin.model.util |
-
Uses of ChangeEvent.EventType in omix.plugin.model.util
Fields in omix.plugin.model.util declared as ChangeEvent.EventType Modifier and Type Field Description protected ChangeEvent.EventType
ChangeEvent. type
Methods in omix.plugin.model.util that return ChangeEvent.EventType Modifier and Type Method Description ChangeEvent.EventType
ChangeEvent. getEventType()
static ChangeEvent.EventType
ChangeEvent.EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChangeEvent.EventType[]
ChangeEvent.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in omix.plugin.model.util with parameters of type ChangeEvent.EventType Constructor Description ChangeEvent(ChangeEvent.EventType type, Object data)
ModelChangeEvent(Object source, ChangeEvent.EventType type, Object data)