Interface AnimationListener


  • public interface AnimationListener

    A listener for animation events.

    • Method Detail

      • onAnimationStateChanged

        void onAnimationStateChanged​(@NonNull
                                     AnimationState state)

        Called after the state of an animation changes.

        Parameters:
        state -

        The animation changed to this state.