public interface

RecyclerView.ItemAnimator.ItemAnimatorFinishedListener

 androidx.recyclerview.widget.RecyclerView.ItemAnimator.ItemAnimatorFinishedListener

Overview

This interface is used to inform listeners when all pending or running animations in an ItemAnimator are finished. This can be used, for example, to delay an action in a data set until currently-running animations are complete.

Summary

Methods
public voidonAnimationsFinished()

Notifies when all pending or running animations in an ItemAnimator are finished.

Methods

public void onAnimationsFinished()

Notifies when all pending or running animations in an ItemAnimator are finished.