GWT 2.5.0.rc1

Uses of Interface
com.google.gwt.animation.client.AnimationScheduler.AnimationCallback

Packages that use AnimationScheduler.AnimationCallback
com.google.gwt.animation.client Classes for Animation support. 
com.google.gwt.animation.client.testing   
 

Uses of AnimationScheduler.AnimationCallback in com.google.gwt.animation.client
 

Methods in com.google.gwt.animation.client with parameters of type AnimationScheduler.AnimationCallback
 AnimationScheduler.AnimationHandle AnimationScheduler.requestAnimationFrame(AnimationScheduler.AnimationCallback callback)
          Schedule an animation, letting the browser decide when to trigger the next step in the animation.
abstract  AnimationScheduler.AnimationHandle AnimationScheduler.requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)
          Schedule an animation, letting the browser decide when to trigger the next step in the animation.
 AnimationScheduler.AnimationHandle AnimationSchedulerImplMozilla.requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)
           
 AnimationScheduler.AnimationHandle AnimationSchedulerImplTimer.requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)
           
 AnimationScheduler.AnimationHandle AnimationSchedulerImplWebkit.requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)
           
 

Uses of AnimationScheduler.AnimationCallback in com.google.gwt.animation.client.testing
 

Methods in com.google.gwt.animation.client.testing that return types with arguments of type AnimationScheduler.AnimationCallback
 java.util.List<AnimationScheduler.AnimationCallback> StubAnimationScheduler.getAnimationCallbacks()
          Get the list of all animation callbacks that have been requested and have not been canceled.
 

Methods in com.google.gwt.animation.client.testing with parameters of type AnimationScheduler.AnimationCallback
 StubAnimationScheduler.StubAnimationHandle StubAnimationScheduler.requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)
           
 

Constructors in com.google.gwt.animation.client.testing with parameters of type AnimationScheduler.AnimationCallback
StubAnimationScheduler.StubAnimationHandle(AnimationScheduler.AnimationCallback callback)
           
 


GWT 2.5.0.rc1