|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BreakpointListener
The method breakpointReached(Operator, IOContainer, int)
is invoked
every time a breakpoint is reached during the experiment.
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 int |
BREAKPOINT_WITHIN
Indicates a breakpoint after the operator. |
Method Summary | |
---|---|
void |
breakpointReached(Operator op,
IOContainer iocontainer,
int location)
This method is invoked every time a breakpoint is reached during the experiment. |
void |
resume()
This method is invoked after the experiment 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
Method Detail |
---|
void breakpointReached(Operator op, IOContainer iocontainer, int location)
void resume()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |