Module jdk.jdi

Interface ClassPrepareEvent

All Superinterfaces:
Event, Mirror

public interface ClassPrepareEvent extends Event
Notification of a class prepare in the target VM. See the JVM specification for a definition of class preparation. Class prepare events are not generated for primitive classes (for example, java.lang.Integer.TYPE).
Since:
1.3
See Also: