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