|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Sequencer
Service used to ensure that steps happen in the expected order.
Method Summary | |
---|---|
void |
step()
Proceed with the next step. |
void |
step(int step)
Crosses a given step. |
void |
waitForStep(int step,
int timeout)
Wait for a given step to occur. |
Method Detail |
---|
void step()
void step(int step)
step
- the step we are crossingvoid waitForStep(int step, int timeout)
nr
- the step we are waiting fortimeout
- max milliseconds to wait.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |