Example usage for com.google.gwt.animation.client AnimationScheduler subclass-usage

List of usage examples for com.google.gwt.animation.client AnimationScheduler subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.animation.client AnimationScheduler subclass-usage.

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 {