Module jdk.jdi

Interface ClassPrepareRequest

All Superinterfaces:
EventRequest, Mirror

public interface ClassPrepareRequest extends EventRequest
Request for notification when a class is prepared in the target VM. When an enabled ClassPrepareRequest is satisfied, an event set containing a ClassPrepareEvent will be placed on the EventQueue. The collection of existing ClassPrepareRequests is managed by the EventRequestManager

Class preparation is defined in the Java Virtual Machine Specification.

Since:
1.3
See Also: