Class AnimatorMonitor

  • All Implemented Interfaces:
    ej.mwt.animation.Animator.AnimatorListener

    public class AnimatorMonitor
    extends java.lang.Object
    implements ej.mwt.animation.Animator.AnimatorListener
    Monitor for Animator.

    It uses a Logger to 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
      void onVoidTick​(ej.mwt.animation.Animation[] animations)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnimatorMonitor

        public AnimatorMonitor()
    • Method Detail

      • onVoidTick

        public void onVoidTick​(ej.mwt.animation.Animation[] animations)
        Specified by:
        onVoidTick in interface ej.mwt.animation.Animator.AnimatorListener