public interface

LocatableEvent

implements Locatable Event
com.sun.jdi.event.LocatableEvent
Known Indirect Subclasses

Class Overview

Abstract superinterface of events which have both location and thread.

Summary

Public Methods
abstract ThreadReference thread()
Returns the thread in which this event has occurred.
[Expand]
Inherited Methods
From interface com.sun.jdi.Locatable
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.event.Event

Public Methods

public abstract ThreadReference thread ()

Returns the thread in which this event has occurred.

Returns