Method Summary |
|
public boolean | accessWatchpoint(AccessWatchpointEvent event) |
public boolean | breakpoint(BreakpointEvent event) |
public boolean | classPrepare(ClassPrepareEvent event) |
public boolean | classUnload(ClassUnloadEvent event) |
public boolean | exception(ExceptionEvent event) |
protected boolean | handleEvent(Event event) Handles an incoming event. |
public boolean | methodEntry(MethodEntryEvent event) |
public boolean | methodExit(MethodExitEvent event) |
public boolean | modificationWatchpoint(ModificationWatchpointEvent event) |
protected synchronized void | notifyEvent(Event event) Notify any object that is waiting for an event. |
public boolean | step(StepEvent event) |
public boolean | threadDeath(ThreadDeathEvent event) |
public boolean | threadStart(ThreadStartEvent event) |
public boolean | vmDeath(VMDeathEvent event) |
public boolean | vmDisconnect(VMDisconnectEvent event) |
public synchronized Event | waitEvent() Waits for the first event corresponding to this waiter's request. |
public synchronized Event | waitEvent(long time) Waits for the first event corresponding to this waiter's request
for the given time (in ms). |