Module jdk.jdi

Interface MonitorWaitRequest

All Superinterfaces:
EventRequest, Mirror

public interface MonitorWaitRequest extends EventRequest
Request for notification when a thread in the target VM is about to wait on a monitor object. That is, a thread is entering Object.wait(). When an enabled MonitorWaitRequest is satisfied, an event set containing a MonitorWaitEvent will be placed on the EventQueue. The collection of existing MonitorWaitEvents is managed by the EventRequestManager
Since:
1.6
See Also: