< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/event/MonitorContendedEnterEvent.java

Print this page

        

*** 29,39 **** /** * * Notification that a thread in the target VM is attempting * to enter a monitor that is already acquired by another thread. - * <P> * * @see EventQueue * @see MonitorContendedEnteredEvent * * --- 29,38 ----
*** 43,53 **** @jdk.Exported public interface MonitorContendedEnterEvent extends LocatableEvent { /** * Returns the thread in which this event has occurred. - * <p> * * @return a {@link ThreadReference} which mirrors the event's thread in * the target VM. */ public ThreadReference thread(); --- 42,51 ----
< prev index next >