public abstract class LocatableEvent extends Event implements ILocatableEvent
Modifier and Type | Field and Description |
---|---|
protected ILocation |
_location |
protected IProgramThread |
_thread |
TYPE_BREAKPOINT, TYPE_EXBREAKPOINT, TYPE_STEP
Constructor and Description |
---|
LocatableEvent(ALSBDebugger debugger, int type, IEventRequest request)
constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
equals
|
int |
hashCode()
hashCode
|
ILocation |
location()
returns the location of this object
|
void |
read(PacketInputStream stream)
reads in this event specific data
|
IProgramThread |
thread()
retruns the program thread in which this event occured
|
debugger, validate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
debugger, toString
protected IProgramThread _thread
protected ILocation _location
public LocatableEvent(ALSBDebugger debugger, int type, IEventRequest request)
public IProgramThread thread()
thread
in interface ILocatableEvent
public ILocation location()
location
in interface ILocatable
public void read(PacketInputStream stream) throws java.io.IOException