Package ej.widget.debug
Class AnimatorMonitor
- java.lang.Object
-
- ej.widget.debug.AnimatorMonitor
-
- All Implemented Interfaces:
Animator.AnimatorListener
public class AnimatorMonitor extends Object implements Animator.AnimatorListener
Monitor for Animator.It uses a
Loggerto log a warning message when none of the animations has requested a render during an animator tick.
-
-
Constructor Summary
Constructors Constructor Description AnimatorMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonVoidTick(Animation[] animations)Handles the case when none of the animations has requested a render during an animator tick.
-
-
-
Method Detail
-
onVoidTick
public void onVoidTick(Animation[] animations)
Description copied from interface:Animator.AnimatorListenerHandles the case when none of the animations has requested a render during an animator tick.- Specified by:
onVoidTickin interfaceAnimator.AnimatorListener- Parameters:
animations- the animations of the animator.
-
-