Interface LocatableEvent

All Superinterfaces:
Event, Locatable, Mirror
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 Summary

Modifier and Type Method Description
ThreadReference thread()
Returns the thread in which this event has occurred.

Methods declared in interface com.sun.jdi.event.Event

request

Methods declared in interface com.sun.jdi.Locatable

location

Methods declared in interface com.sun.jdi.Mirror

toString, virtualMachine

Method Details

thread

ThreadReference thread()
Returns the thread in which this event has occurred.
Returns:
a ThreadReference which mirrors the event's thread in the target VM.

© 1993, 2021, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/17/docs/api/jdk.jdi/com/sun/jdi/event/LocatableEvent.html