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