-
- All Implemented Interfaces:
-
android.view.animation.Animation.AnimationListener
public class Utils.AnimListener implements Animation.AnimationListener
-
-
Constructor Summary
Constructors Constructor Description Utils.AnimListener()
-
Method Summary
Modifier and Type Method Description Unit
onAnimationRepeat(Animation p0)
Unit
onAnimationEnd(Animation p0)
Unit
onAnimationStart(Animation p0)
-
-
Method Detail
-
onAnimationRepeat
Unit onAnimationRepeat(Animation p0)
-
onAnimationEnd
Unit onAnimationEnd(Animation p0)
-
onAnimationStart
Unit onAnimationStart(Animation p0)
-
-
-
-