public class VMStartEventSet extends AbstractEventSet
| Modifier and Type | Method and Description | 
|---|---|
com.sun.jdi.ThreadReference | 
getThread()
Returns the initial thread of the VM which has started. 
 | 
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