Interface AnimationListener


public interface AnimationListener

A listener for animation events.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after the state of an animation changes.
  • Method Details

    • onAnimationStateChanged

      void onAnimationStateChanged(@NonNull AnimationState state)

      Called after the state of an animation changes.

      Parameters:
      state -

      The animation changed to this state.