Interface LocatableEvent
- All Known Subinterfaces:
AccessWatchpointEvent, BreakpointEvent, ExceptionEvent, MethodEntryEvent, MethodExitEvent, ModificationWatchpointEvent, MonitorContendedEnteredEvent, MonitorContendedEnterEvent, MonitorWaitedEvent, MonitorWaitEvent, StepEvent, WatchpointEvent
-
Method Summary
Methods declared in interface Mirror
toString, virtualMachine
-
Method Details
-
thread
ThreadReference thread()Returns the thread in which this event has occurred.- Returns:
- a
ThreadReferencewhich mirrors the event's thread in the target VM.
-