Example usage for com.google.gwt.animation.client AnimationScheduler.AnimationCallback interface-usage

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

Introduction

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

Usage

From source file org.parallax3d.parallax.platforms.gwt.GwtRenderingContext.java

public class GwtRenderingContext implements ResizeHandler, RenderingContext, AnimationScheduler.AnimationCallback {

    /**
     * The ID of the pending animation request.
     */
    private AnimationScheduler.AnimationHandle animationHandle;