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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAnimationCancel
(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, onAnimationEnd, onAnimationStart
-
Constructor Details
-
AnimationEndListener
public AnimationEndListener()
-
-
Method Details
-
onAnimationStart
public void onAnimationStart(android.animation.Animator animator) - Specified by:
onAnimationStart
in interfaceandroid.animation.Animator.AnimatorListener
-
onAnimationCancel
public void onAnimationCancel(android.animation.Animator animator) - Specified by:
onAnimationCancel
in interfaceandroid.animation.Animator.AnimatorListener
-
onAnimationRepeat
public void onAnimationRepeat(android.animation.Animator animator) - Specified by:
onAnimationRepeat
in interfaceandroid.animation.Animator.AnimatorListener
-