public class ExitedEvent extends Event
| Modifier and Type | Class and Description |
|---|---|
static class |
ExitedEvent.EventBody |
| Modifier and Type | Method and Description |
|---|---|
static ExitedEvent |
create(ExitedEvent.EventBody body,
Integer seq) |
boolean |
equals(Object obj) |
ExitedEvent.EventBody |
getBody()
Event-specific information.
|
int |
hashCode() |
ExitedEvent |
setBody(ExitedEvent.EventBody body) |
create, getEvent, setBody, setEventpublic ExitedEvent.EventBody getBody()
Eventpublic ExitedEvent setBody(ExitedEvent.EventBody body)
public static ExitedEvent create(ExitedEvent.EventBody body, Integer seq)