| com.google.gwt.user.client.IncrementalCommand
IncrementalCommand | public interface IncrementalCommand (Code) | | 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. |
execute | boolean execute()(Code) | | Causes the IncrementalCommand to execute its encapsulated
behavior.
true if the command has more work to do,false otherwise |
|
|