public class

ClassUnloadEventSet

extends AbstractEventSet
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.sun.tools.example.debug.event.AbstractEventSet
       ↳ com.sun.tools.example.debug.event.ClassUnloadEventSet

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Methods
String getClassName()
Returns the name of the class that has been unloaded.
String getClassSignature()
Returns the JNI-style signature of the class that has been unloaded.
void notify(JDIListener listener)
[Expand]
Inherited Methods
From class com.sun.tools.example.debug.event.AbstractEventSet
From class java.util.EventObject
From class java.lang.Object
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.event.EventSet
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.Set

Public Methods

public String getClassName ()

Returns the name of the class that has been unloaded.

public String getClassSignature ()

Returns the JNI-style signature of the class that has been unloaded.

public void notify (JDIListener listener)