Class Scheduler

java.lang.Object
com.google.gwt.core.client.Scheduler
Direct Known Subclasses:
StubScheduler

public abstract class Scheduler extends Object
This class provides low-level task scheduling primitives. Any exceptions thrown by the command objects executed by the scheduler will be passed to the GWT.UncaughtExceptionHandler if one is installed.

NOTE: If you are using a timer to schedule a UI animation, use AnimationScheduler instead. The browser can optimize your animation for maximum performance.

See Also: