public abstract class AnimatorListenerAdapter extends Object implements Animator.AnimatorListener
| Constructor and Description |
|---|
AnimatorListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAnimationCancel(Animator animation) |
void |
onAnimationEnd(Animator animation) |
void |
onAnimationRepeat(Animator animation) |
void |
onAnimationStart(Animator animation) |
public void onAnimationCancel(Animator animation)
onAnimationCancel in interface Animator.AnimatorListenerpublic void onAnimationEnd(Animator animation)
onAnimationEnd in interface Animator.AnimatorListenerpublic void onAnimationRepeat(Animator animation)
onAnimationRepeat in interface Animator.AnimatorListenerpublic void onAnimationStart(Animator animation)
onAnimationStart in interface Animator.AnimatorListenerCopyright © 2008-2013. All Rights Reserved.