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