public class ClassPrepareEventSet extends AbstractEventSet
| Modifier and Type | Method and Description | 
|---|---|
| com.sun.jdi.ReferenceType | getReferenceType()Returns the reference type for which this event was generated. | 
| com.sun.jdi.ThreadReference | getThread()Returns the thread in which this event has occurred. | 
| 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 com.sun.jdi.ReferenceType getReferenceType()
ReferenceType which mirrors the class, interface, or
 array which has been linked.public void notify(JDIListener listener)
notify in class AbstractEventSet