|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IncrementalCommand
An IncrementalCommand is a command that is broken into one or
more substeps, each substep brings the whole command nearer to completion.
The command is complete when execute() returns
false.
| Method Summary | |
|---|---|
boolean |
execute()
Causes the IncrementalCommand to execute its encapsulated
behavior. |
| Method Detail |
|---|
boolean execute()
IncrementalCommand to execute its encapsulated
behavior.
true if the command has more work to do,
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||