public abstract class

LocatableEventSet

extends AbstractEventSet
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.sun.tools.example.debug.event.AbstractEventSet
       ↳ com.sun.tools.example.debug.event.LocatableEventSet
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Abstract event set for events with location and thread.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Methods
Location getLocation()
Returns the Location of this mirror.
ThreadReference getThread()
Returns the thread in which this event has occurred.
[Expand]
Inherited Methods
From class com.sun.tools.example.debug.event.AbstractEventSet
From class java.util.EventObject
From class java.lang.Object
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.event.EventSet
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.Set

Public Methods

public Location getLocation ()

Returns the Location of this mirror. Depending on context and on available debug information, this location will have varying precision.

Returns

public ThreadReference getThread ()

Returns the thread in which this event has occurred.

Returns