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