Module jdk.jdi

Interface EventRequestManager

All Superinterfaces:
Mirror

public interface EventRequestManager
extends Mirror
Manages the creation and deletion of EventRequests. A single implementor of this interface exists in a particular VM and is accessed through VirtualMachine.eventRequestManager()
Since:
1.3
See Also:
EventRequest, Event, BreakpointRequest, BreakpointEvent, VirtualMachine