Class StubAnimationScheduler.StubAnimationHandle
java.lang.Object
com.google.gwt.animation.client.AnimationScheduler.AnimationHandle
com.google.gwt.animation.client.testing.StubAnimationScheduler.StubAnimationHandle
- Enclosing class:
 StubAnimationScheduler
A handle to the requested animation frame created by
 
AnimationScheduler.requestAnimationFrame(AnimationCallback, Element).- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
StubAnimationHandle
 
 - 
 - 
Method Details
- 
cancel
public void cancel()Description copied from class:AnimationScheduler.AnimationHandleCancel the requested animation frame. If the animation frame is already canceled, do nothing.- Specified by:
 cancelin classAnimationScheduler.AnimationHandle
 
 -