public class Event extends ProtocolMessage
| Modifier and Type | Method and Description |
|---|---|
static Event |
create(String event,
Integer seq) |
boolean |
equals(Object obj) |
Object |
getBody()
Event-specific information.
|
String |
getEvent()
Type of event.
|
int |
hashCode() |
Event |
setBody(Object body) |
Event |
setEvent(String event) |
public String getEvent()
public Object getBody()
public boolean equals(Object obj)
equals in class ProtocolMessagepublic int hashCode()
hashCode in class ProtocolMessage