Class AnimationUtils.OnAnimationEnd

  • All Implemented Interfaces:
    android.animation.Animator.AnimatorListener
    Enclosing class:
    AnimationUtils

    public abstract static class AnimationUtils.OnAnimationEnd
    extends java.lang.Object
    implements android.animation.Animator.AnimatorListener
    • Constructor Summary

      Constructors 
      Constructor Description
      OnAnimationEnd()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void onAnimationCancel​(android.animation.Animator animator)  
      abstract void onAnimationEnd​(android.animation.Animator animator)  
      void onAnimationRepeat​(android.animation.Animator animator)  
      void onAnimationStart​(android.animation.Animator animator)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface android.animation.Animator.AnimatorListener

        onAnimationEnd, onAnimationStart
    • Constructor Detail

      • OnAnimationEnd

        public OnAnimationEnd()
    • Method Detail

      • onAnimationStart

        public void onAnimationStart​(android.animation.Animator animator)
        Specified by:
        onAnimationStart in interface android.animation.Animator.AnimatorListener
      • onAnimationEnd

        public abstract void onAnimationEnd​(android.animation.Animator animator)
        Specified by:
        onAnimationEnd in interface android.animation.Animator.AnimatorListener
      • onAnimationCancel

        public void onAnimationCancel​(android.animation.Animator animator)
        Specified by:
        onAnimationCancel in interface android.animation.Animator.AnimatorListener
      • onAnimationRepeat

        public void onAnimationRepeat​(android.animation.Animator animator)
        Specified by:
        onAnimationRepeat in interface android.animation.Animator.AnimatorListener