public abstract class AnimationListenerAdapter
extends java.lang.Object
implements android.view.animation.Animation.AnimationListener
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.AnimationListener
public void onAnimationEnd(android.view.animation.Animation animation)
onAnimationEnd
in interface android.view.animation.Animation.AnimationListener
public void onAnimationRepeat(android.view.animation.Animation animation)
onAnimationRepeat
in interface android.view.animation.Animation.AnimationListener