|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Breakable
TaskContainers that implement this interface can set a break flag to indicate to containers that a break condition has occurred. The break flag is set to true when the task executes a Break task.
Method Summary | |
---|---|
void |
addBreak(Break b)
Adds a nested Break. |
boolean |
doBreak()
|
void |
setBreak(boolean b)
Set the break flag to the given value. |
Method Detail |
---|
void setBreak(boolean b)
b
- the value for the flagvoid addBreak(Break b)
b
- the Break to addboolean doBreak()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |