public abstract static class SimpleAnimationUtils.AnimationListenerAdapter extends Object implements Animation.AnimationListener
| Constructor and Description |
|---|
AnimationListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAnimationEnd(Animation animation) |
void |
onAnimationRepeat(Animation animation) |
void |
onAnimationStart(Animation animation) |
public void onAnimationStart(Animation animation)
onAnimationStart in interface Animation.AnimationListenerpublic void onAnimationEnd(Animation animation)
onAnimationEnd in interface Animation.AnimationListenerpublic void onAnimationRepeat(Animation animation)
onAnimationRepeat in interface Animation.AnimationListener