Package com.zopim.android.sdk.anim
Class AnimationListenerAdapter
- java.lang.Object
-
- com.zopim.android.sdk.anim.AnimationListenerAdapter
-
public abstract class AnimationListenerAdapter extends java.lang.Object
This adapter class provides empty implementations of the methods from 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 Summary
Constructors Constructor and Description AnimationListenerAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
onAnimationEnd(Animation animation)
void
onAnimationRepeat(Animation animation)
void
onAnimationStart(Animation animation)
-