List of usage examples for com.google.gwt.core.client Scheduler.IncrementalTask interface-usage
From source file org.waveprotocol.wave.client.scheduler.TimeSlicedCommandRepeater.java
/**
* Executes sub-tasks of an {@link IncrementalCommand} in time-slices.
* In each time slice, the repeatable-command is executed until either the
* slice expires, or the command reports that it has finished. If the command
* has not finished, it is resumed in a subsequent time slice.
*