Module jdk.jdi

Interface MonitorWaitedRequest

All Superinterfaces:
EventRequest, Mirror

public interface MonitorWaitedRequest extends EventRequest
Request for notification when a thread in the target VM has finished waiting on a monitor object. That is, a thread is leaving Object.wait(). " When an enabled MonitorWaitedRequest is satisfied, an event set containing a MonitorWaitedEvent will be placed on the EventQueue. The collection of existing MonitorWaitedEvents is managed by the EventRequestManager
Since:
1.6
See Also: