public interface IEvent extends IALSBDebuggerObject
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_BREAKPOINT |
static int |
TYPE_EXBREAKPOINT |
static int |
TYPE_STEP |
| Modifier and Type | Method and Description |
|---|---|
IEventRequest |
request()
returns the triggering request.
|
int |
type()
returns the type of this event
|
debugger, toStringstatic final int TYPE_BREAKPOINT
static final int TYPE_EXBREAKPOINT
static final int TYPE_STEP
int type()
IEventRequest request()