Example usage for com.google.gwt.core.client Scheduler.IncrementalTask interface-usage

List of usage examples for com.google.gwt.core.client Scheduler.IncrementalTask interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.core.client Scheduler.IncrementalTask interface-usage.

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.
 *