- All Known Subinterfaces:
- AccessWatchpointEvent,- BreakpointEvent,- ExceptionEvent,- MethodEntryEvent,- MethodExitEvent,- ModificationWatchpointEvent,- MonitorContendedEnteredEvent,- MonitorContendedEnterEvent,- MonitorWaitedEvent,- MonitorWaitEvent,- StepEvent,- WatchpointEvent
public interface LocatableEvent extends Event, Locatable
Abstract superinterface of events which have both location
 and thread.
- Since:
- 1.3
- 
Method SummaryModifier and Type Method Description ThreadReferencethread()Returns the thread in which this event has occurred.
- 
Method Details- 
threadThreadReference thread()Returns the thread in which this event has occurred.- Returns:
- a ThreadReferencewhich mirrors the event's thread in the target VM.
 
 
-