-
- All Implemented Interfaces:
-
android.animation.Animator.AnimatorListener
public class AnimatorListenerNoOp implements Animator.AnimatorListener
Internal use only. No-op implementation of the Animator.AnimatorListener interface to prevent implementing every method when only a subset is required.
-
-
Method Summary
Modifier and Type Method Description voidonAnimationStart(Animator animation)voidonAnimationEnd(Animator animation)voidonAnimationCancel(Animator animation)voidonAnimationRepeat(Animator animation)-
-
Method Detail
-
onAnimationStart
void onAnimationStart(Animator animation)
-
onAnimationEnd
void onAnimationEnd(Animator animation)
-
onAnimationCancel
void onAnimationCancel(Animator animation)
-
onAnimationRepeat
void onAnimationRepeat(Animator animation)
-
-
-
-