Class StubAnimationScheduler.StubAnimationHandle
- java.lang.Object
-
- com.google.gwt.animation.client.AnimationScheduler.AnimationHandle
-
- com.google.gwt.animation.client.testing.StubAnimationScheduler.StubAnimationHandle
-
- Enclosing class:
- StubAnimationScheduler
public class StubAnimationScheduler.StubAnimationHandle extends AnimationScheduler.AnimationHandle
A handle to the requested animation frame created byAnimationScheduler.requestAnimationFrame(AnimationCallback, Element)
.
-
-
Constructor Summary
Constructors Constructor Description StubAnimationHandle(AnimationScheduler.AnimationCallback callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
Cancel the requested animation frame.
-
-
-
Constructor Detail
-
StubAnimationHandle
public StubAnimationHandle(AnimationScheduler.AnimationCallback callback)
-
-
Method Detail
-
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
-
-