public class ClassUnloadEventSet extends AbstractEventSet
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getClassName()Returns the name of the class that has been unloaded. | 
| java.lang.String | getClassSignature()Returns the JNI-style signature of the class that has been unloaded. | 
| 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 java.lang.String getClassName()
public java.lang.String getClassSignature()
public void notify(JDIListener listener)
notify in class AbstractEventSet