Package ej.mwt.animation
Interface Animator.AnimatorListener
-
- Enclosing class:
- Animator
public static interface Animator.AnimatorListener
Listener for animator events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onVoidTick(Animation[] animations)
Handles the case when none of the animations has requested a render during an animator tick.
-
-
-
Method Detail
-
onVoidTick
void onVoidTick(Animation[] animations)
Handles the case when none of the animations has requested a render during an animator tick.- Parameters:
animations
- the animations of the animator.
-
-