-
- All Implemented Interfaces:
-
android.view.animation.Animation.AnimationListener
public final class DslAnimationListener implements Animation.AnimationListener
-
-
Constructor Summary
Constructors Constructor Description DslAnimationListener()
-
Method Summary
Modifier and Type Method Description UnitonAnimationRepeat(Animation animation)final UnitonAnimationRepeat(Function1<Animation, Unit> func)UnitonAnimationEnd(Animation animation)final UnitonAnimationEnd(Function1<Animation, Unit> func)UnitonAnimationStart(Animation animation)final UnitonAnimationStart(Function1<Animation, Unit> func)-
-
Method Detail
-
onAnimationRepeat
Unit onAnimationRepeat(Animation animation)
-
onAnimationRepeat
final Unit onAnimationRepeat(Function1<Animation, Unit> func)
-
onAnimationEnd
Unit onAnimationEnd(Animation animation)
-
onAnimationEnd
final Unit onAnimationEnd(Function1<Animation, Unit> func)
-
onAnimationStart
Unit onAnimationStart(Animation animation)
-
onAnimationStart
final Unit onAnimationStart(Function1<Animation, Unit> func)
-
-
-
-