public abstract class Event extends ALSBDebuggerObject implements IEvent
| Modifier and Type | Field and Description |
|---|---|
protected IEventRequest |
_request |
protected int |
_type |
TYPE_BREAKPOINT, TYPE_EXBREAKPOINT, TYPE_STEP| Constructor and Description |
|---|
Event(ALSBDebugger debugger, int type, IEventRequest request)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
equals
|
int |
hashCode()
hashCode
|
abstract void |
read(PacketInputStream stream)
reads in this event specific data
|
IEventRequest |
request()
returns the triggering request if any.
|
int |
type()
returns the type of this event
|
debugger, validateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdebugger, toStringprotected int _type
protected IEventRequest _request
public Event(ALSBDebugger debugger, int type, IEventRequest request)
public IEventRequest request()
public abstract void read(PacketInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic int hashCode()
hashCode in class ALSBDebuggerObjectpublic boolean equals(java.lang.Object obj)
equals in class ALSBDebuggerObject