List of usage examples for com.google.gwt.animation.client AnimationScheduler subclass-usage
From source file com.google.gwt.animation.client.testing.StubAnimationScheduler.java
/** * A stub implementation of {@link AnimationScheduler} that does not execute the * callbacks. Use {@link StubAnimationScheduler#getAnimationCallbacks()} to * retrieve and execute callbacks manually. */ public class StubAnimationScheduler extends AnimationScheduler {