|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BreakpointListener
The method breakpointReached(Process, Operator, IOContainer, int) is invoked
every time a breakpoint is reached during a process run.
| Field Summary | |
|---|---|
static int |
BREAKPOINT_AFTER
Indicates a breakpoint after the operator. |
static int |
BREAKPOINT_BEFORE
Indicates a breakpoint before the operator. |
static java.lang.String[] |
BREAKPOINT_POS_NAME
|
static java.lang.String[] |
BREAKPOINT_POS_NAME_UPPERCASE
|
static int |
BREAKPOINT_WITHIN
Indicates a breakpoint after the operator. |
| Method Summary | |
|---|---|
void |
breakpointReached(Process process,
Operator op,
IOContainer iocontainer,
int location)
This method is invoked every time a breakpoint is reached during the process. |
void |
resume()
This method is invoked after the process was resumed. |
| Field Detail |
|---|
static final int BREAKPOINT_BEFORE
static final int BREAKPOINT_WITHIN
static final int BREAKPOINT_AFTER
static final java.lang.String[] BREAKPOINT_POS_NAME
static final java.lang.String[] BREAKPOINT_POS_NAME_UPPERCASE
| Method Detail |
|---|
void breakpointReached(Process process,
Operator op,
IOContainer iocontainer,
int location)
void resume()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||