Lines Matching defs:event
27 * @summary Simple basic test of jdi Monitor request and event.
36 import com.sun.jdi.event.*;
131 /********** event handlers **********/
133 public void monitorContendedEnter(MonitorContendedEnterEvent event) {
138 public void monitorContendedEntered(MonitorContendedEnteredEvent event) {
144 public void monitorWait(MonitorWaitEvent event) {
149 public void monitorWaited(MonitorWaitedEvent event) {
195 * At least one of each type event should have recevied by this test.
199 failure("Did not receive any contended enter event.");
202 failure("Did not receive any contended entered event. ");
205 failure("Did not receive any contended monitor wait event");
208 failure("Did not receive any contended monitor waited event");