< prev index next >

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

Print this page

        

*** 29,39 **** /** * * Notification that a thread in the target VM is entering a monitor * after waiting for it to be released by another thread. - * <P> * * @see EventQueue * @see MonitorContendedEnterEvent * * @author Swamy Venkataramanappa --- 29,38 ----
*** 42,52 **** @jdk.Exported public interface MonitorContendedEnteredEvent 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(); --- 41,50 ----
< prev index next >