Package com.google.gwt.animation.client
Interface AnimationScheduler.AnimationCallback
-
- Enclosing class:
- AnimationScheduler
public static interface AnimationScheduler.AnimationCallback
The callback used when an animation frame becomes available.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(double timestamp)
Invokes the command.
-