android.animation
Class AnimatorListenerAdapter
java.lang.Object
android.animation.AnimatorListenerAdapter
- All Implemented Interfaces:
- Animator.AnimatorListener
public abstract class AnimatorListenerAdapter
- extends Object
- implements Animator.AnimatorListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnimatorListenerAdapter
public AnimatorListenerAdapter()
onAnimationCancel
public void onAnimationCancel(Animator animation)
- Specified by:
onAnimationCancel
in interface Animator.AnimatorListener
onAnimationEnd
public void onAnimationEnd(Animator animation)
- Specified by:
onAnimationEnd
in interface Animator.AnimatorListener
onAnimationRepeat
public void onAnimationRepeat(Animator animation)
- Specified by:
onAnimationRepeat
in interface Animator.AnimatorListener
onAnimationStart
public void onAnimationStart(Animator animation)
- Specified by:
onAnimationStart
in interface Animator.AnimatorListener
Copyright © 2008-2012. All Rights Reserved.