Interface Animator.AnimationListener

  • Enclosing class:
    Animator

    public static interface Animator.AnimationListener
    Listener for animation events.
    • Method Detail

      • onAnimationStarted

        void onAnimationStarted​(Animation animation)
        Called by the Animator when an animation is started.
        Parameters:
        animation - the started animation
      • onAnimationStopped

        void onAnimationStopped​(Animation animation)
        Called by the Animator when an animation is stopped.
        Parameters:
        animation - the stopped animation
      • onAnimationTicked

        void onAnimationTicked​(Animation animation)
        Called by the Animator when an animation is ticked.
        Parameters:
        animation - the ticked animation