| Package | Description |
|---|---|
| org.granite.client.messaging.events |
| Modifier and Type | Method and Description |
|---|---|
Event.Type |
CancelledEvent.getType() |
Event.Type |
Event.getType()
Type of the event
|
Event.Type |
FailureEvent.getType() |
Event.Type |
FaultEvent.getType() |
Event.Type |
ResultEvent.getType() |
Event.Type |
TimeoutEvent.getType() |
Event.Type |
TopicMessageEvent.getType() |
static Event.Type |
Event.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Event.Type[] |
Event.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|