public interface

ClassUnloadEvent

implements Event
com.sun.jdi.event.ClassUnloadEvent

Class Overview

Notification of a class unload in the target VM.

There are severe constraints on the debugger back-end during garbage collection, so unload information is greatly limited.

Summary

Public Methods
abstract String className()
Returns the name of the class that has been unloaded.
abstract String classSignature()
Returns the JNI-style signature of the class that has been unloaded.
[Expand]
Inherited Methods
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.event.Event

Public Methods

public abstract String className ()

Returns the name of the class that has been unloaded.

public abstract String classSignature ()

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