Module jdk.jdi

Interface MonitorContendedEnterEvent

All Superinterfaces:
Event, Locatable, LocatableEvent, Mirror

public interface MonitorContendedEnterEvent
extends LocatableEvent
Notification that a thread in the target VM is attempting to enter a monitor that is already acquired by another thread.
Since:
1.6
See Also:
EventQueue, MonitorContendedEnteredEvent