public abstract static class AnimationUtils.AnimationListenerAdapter
extends java.lang.Object
implements android.view.animation.Animation.AnimationListener
Animation.AnimationListener. Any custom listener that cares only about a subset of the
methods of this listener can simply subclass this adapter class instead of implementing the
interface directly.| Constructor and Description |
|---|
AnimationListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAnimationEnd(android.view.animation.Animation animation) |
void |
onAnimationRepeat(android.view.animation.Animation animation) |
void |
onAnimationStart(android.view.animation.Animation animation) |
public void onAnimationStart(android.view.animation.Animation animation)
onAnimationStart in interface android.view.animation.Animation.AnimationListenerpublic void onAnimationEnd(android.view.animation.Animation animation)
onAnimationEnd in interface android.view.animation.Animation.AnimationListenerpublic void onAnimationRepeat(android.view.animation.Animation animation)
onAnimationRepeat in interface android.view.animation.Animation.AnimationListener