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
. {@example com.google.gwt.examples.IncrementalCommandExample}
|
|
|
|