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