public abstract class SimpleAnimListener
extends java.lang.Object
implements android.view.animation.Animation.AnimationListener
| Constructor and Description |
|---|
SimpleAnimListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAnimationRepeat(android.view.animation.Animation animation) |
void |
onAnimationStart(android.view.animation.Animation animation) |
public void onAnimationRepeat(android.view.animation.Animation animation)
onAnimationRepeat in interface android.view.animation.Animation.AnimationListenerpublic void onAnimationStart(android.view.animation.Animation animation)
onAnimationStart in interface android.view.animation.Animation.AnimationListener