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