GWT 2.5.0.rc1

Uses of Class
com.google.gwt.animation.client.AnimationScheduler.AnimationHandle

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

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

Methods in com.google.gwt.animation.client that return AnimationScheduler.AnimationHandle
 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.AnimationHandle in com.google.gwt.animation.client.testing
 

Subclasses of AnimationScheduler.AnimationHandle in com.google.gwt.animation.client.testing
 class StubAnimationScheduler.StubAnimationHandle
          A handle to the requested animation frame created by AnimationScheduler.requestAnimationFrame(AnimationCallback, Element).
 


GWT 2.5.0.rc1