Class AnimationEndListener
java.lang.Object
com.microblink.blinkcard.fragment.overlay.reticle.AnimationEndListener
- All Implemented Interfaces:
android.animation.Animator.AnimatorListener
public abstract class AnimationEndListener
extends Object
implements android.animation.Animator.AnimatorListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonAnimationCancel(android.animation.Animator animator) voidonAnimationRepeat(android.animation.Animator animator) voidonAnimationStart(android.animation.Animator animator) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface android.animation.Animator.AnimatorListener
onAnimationEnd, onAnimationEnd, onAnimationStart
-
Constructor Details
-
AnimationEndListener
public AnimationEndListener()
-
-
Method Details
-
onAnimationStart
public void onAnimationStart(android.animation.Animator animator) - Specified by:
onAnimationStartin interfaceandroid.animation.Animator.AnimatorListener
-
onAnimationCancel
public void onAnimationCancel(android.animation.Animator animator) - Specified by:
onAnimationCancelin interfaceandroid.animation.Animator.AnimatorListener
-
onAnimationRepeat
public void onAnimationRepeat(android.animation.Animator animator) - Specified by:
onAnimationRepeatin interfaceandroid.animation.Animator.AnimatorListener
-