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, validateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdebugger, toStringprotected IProgramThread _thread
protected ILocation _location
public LocatableEvent(ALSBDebugger debugger, int type, IEventRequest request)
public IProgramThread thread()
thread in interface ILocatableEventpublic ILocation location()
location in interface ILocatablepublic void read(PacketInputStream stream) throws java.io.IOException