Interface Animator.AnimatorListener

  • Enclosing class:
    Animator

    public static interface Animator.AnimatorListener
    Listener for animator events.
    • 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.