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
-
Method Summary
-
Constructor Details
-
StubAnimationHandle
-
-
Method Details
-
cancel
public void cancel()Description copied from class:AnimationScheduler.AnimationHandle
Cancel the requested animation frame. If the animation frame is already canceled, do nothing.- Specified by:
cancel
in classAnimationScheduler.AnimationHandle
-