- All Superinterfaces:
Event
, Locatable
, Mirror
- All Known Subinterfaces:
AccessWatchpointEvent
, BreakpointEvent
, ExceptionEvent
, MethodEntryEvent
, MethodExitEvent
, ModificationWatchpointEvent
, MonitorContendedEnteredEvent
, MonitorContendedEnterEvent
, MonitorWaitedEvent
, MonitorWaitEvent
, StepEvent
, WatchpointEvent
Abstract superinterface of events which have both location
and thread.
- Since:
- 1.3
-
Method Summary
Returns the thread in which this event has occurred.
Methods declared in interface com.sun.jdi.event.Event
request
-
Method Details
-
thread
Returns the thread in which this event has occurred.
- Returns:
- a
ThreadReference
which mirrors the event's thread in
the target VM.