Class AnimationEndListener

java.lang.Object
com.microblink.blinkid.fragment.overlay.reticle.AnimationEndListener
All Implemented Interfaces:
android.animation.Animator.AnimatorListener

public abstract class AnimationEndListener extends Object implements android.animation.Animator.AnimatorListener
  • Constructor Details

    • AnimationEndListener

      public AnimationEndListener()
  • Method Details

    • onAnimationStart

      public void onAnimationStart(android.animation.Animator animator)
      Specified by:
      onAnimationStart 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