public interface ThreadEvent extends Event
| Modifier and Type | Interface and Description |
|---|---|
static class |
ThreadEvent.Operation
The specific type of ThreadEvent
|
| Modifier and Type | Method and Description |
|---|---|
long |
getChildId()
Get the child threadId
|
ThreadEvent.Operation |
getOperation()
Get the particular type of ThreadEvent ENTERING or EXITING
|
long |
getParentId()
Get the parent threadId
|
long getParentId()
long getChildId()
ThreadEvent.Operation getOperation()