IEvent.EventClass |
Event.getEventClass() |
Returns the event class of an Event.
|
IEvent.EventClass |
IEvent.getEventClass() |
Returns the event class to which the object belongs.
|
IEvent.EventClass |
IInstance.getType() |
Calls the event to which the instance is related, then returns the event class of the event instance.
|
IEvent.EventClass |
Instance.getType() |
Calls the event to which the instance is related, then returns the event class of the event instance.
|
static IEvent.EventClass |
IEvent.EventClass.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static IEvent.EventClass[] |
IEvent.EventClass.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|