|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener interface for VM events sent from the debugger back-end.
Field Summary | |
static int |
PRIORITY_BREAKPOINT
Value for a Breakpoint listener. |
static int |
PRIORITY_DEFAULT
Value for a default priority listener. |
static int |
PRIORITY_HIGH
Value for a high priority listener. |
static int |
PRIORITY_HIGHEST
Value for which no priority is higher. |
static int |
PRIORITY_LOW
Value for a low priority listener. |
static int |
PRIORITY_LOWEST
Value for which no priority is lower. |
static int |
PRIORITY_SESSION
Value for Session listener. |
Method Summary | |
boolean |
eventOccurred(com.sun.jdi.event.Event e)
Invoked when a VM event has occurred. |
Field Detail |
public static final int PRIORITY_HIGHEST
public static final int PRIORITY_BREAKPOINT
public static final int PRIORITY_SESSION
public static final int PRIORITY_HIGH
public static final int PRIORITY_DEFAULT
public static final int PRIORITY_LOW
public static final int PRIORITY_LOWEST
Method Detail |
public boolean eventOccurred(com.sun.jdi.event.Event e)
e
- VM event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |