public class ThreadDeathEventSet extends AbstractEventSet
| Modifier and Type | Method and Description | 
|---|---|
com.sun.jdi.ThreadReference | 
getThread()
Returns the thread which is terminating. 
 | 
void | 
notify(JDIListener listener)  | 
add, addAll, clear, contains, containsAll, eventIterator, getSuspendPolicy, getVirtualMachine, isEmpty, iterator, remove, removeAll, resume, retainAll, size, suspendedAll, suspendedEventThread, suspendedNone, suspendPolicy, toArray, toArray, toSpecificEventSet, virtualMachinepublic com.sun.jdi.ThreadReference getThread()
ThreadReference which mirrors the event's thread in
 the target VM.public void notify(JDIListener listener)
notify in class AbstractEventSet