-
- All Implemented Interfaces:
-
android.animation.Animator.AnimatorListener
public abstract class AnimationFinishedListener implements Animator.AnimatorListener
-
-
Method Summary
Modifier and Type Method Description voidonAnimationCancel(Animator animation)voidonAnimationRepeat(Animator animation)voidonAnimationStart(Animator animation)voidonAnimationEnd(Animator animation)abstract voidonAnimationFinished()-
-
Method Detail
-
onAnimationCancel
void onAnimationCancel(Animator animation)
-
onAnimationRepeat
void onAnimationRepeat(Animator animation)
-
onAnimationStart
void onAnimationStart(Animator animation)
-
onAnimationEnd
void onAnimationEnd(Animator animation)
-
onAnimationFinished
abstract void onAnimationFinished()
-
-
-
-