Class AnimationScheduler

java.lang.Object
com.google.gwt.animation.client.AnimationScheduler
Direct Known Subclasses:
AnimationSchedulerImplStandard, AnimationSchedulerImplTimer, StubAnimationScheduler

public abstract class AnimationScheduler extends Object
This class provides task scheduling for animations. Any exceptions thrown by the command objects executed by the scheduler will be passed to the GWT.UncaughtExceptionHandler if one is installed.