-
- All Implemented Interfaces:
-
android.animation.Animator.AnimatorListener
public final class SimpleAnimatorListener implements Animator.AnimatorListener
-
-
Constructor Summary
Constructors Constructor Description SimpleAnimatorListener(Function0<Unit> start, Function0<Unit> end)
-
Method Summary
Modifier and Type Method Description final Function0<Unit>getStart()final UnitsetStart(Function0<Unit> start)final Function0<Unit>getEnd()final UnitsetEnd(Function0<Unit> end)UnitonAnimationStart(Animator animation)UnitonAnimationEnd(Animator animation)UnitonAnimationCancel(Animator animation)UnitonAnimationRepeat(Animator animation)-
-
Method Detail
-
onAnimationStart
Unit onAnimationStart(Animator animation)
-
onAnimationEnd
Unit onAnimationEnd(Animator animation)
-
onAnimationCancel
Unit onAnimationCancel(Animator animation)
-
onAnimationRepeat
Unit onAnimationRepeat(Animator animation)
-
-
-
-