Package ej.mwt.animation
Interface Animator.AnimationListener
-
- Enclosing class:
- Animator
public static interface Animator.AnimationListenerListener for animation events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAnimationStarted(Animation animation)Called by theAnimatorwhen an animation is started.voidonAnimationStopped(Animation animation)Called by theAnimatorwhen an animation is stopped.voidonAnimationTicked(Animation animation)Called by theAnimatorwhen an animation is ticked.
-
-
-
Method Detail
-
onAnimationStarted
void onAnimationStarted(Animation animation)
Called by theAnimatorwhen an animation is started.- Parameters:
animation- the started animation
-
onAnimationStopped
void onAnimationStopped(Animation animation)
Called by theAnimatorwhen an animation is stopped.- Parameters:
animation- the stopped animation
-
-