added in version 22.1.0
belongs to Maven artifact com.android.support:recyclerview-v7:28.0.0-alpha1

RecyclerView.ItemAnimator.ItemAnimatorFinishedListener

public static interface RecyclerView.ItemAnimator.ItemAnimatorFinishedListener

android.support.v7.widget.RecyclerView.ItemAnimator.ItemAnimatorFinishedListener


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

Public methods

abstract void onAnimationsFinished()

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

Public methods

onAnimationsFinished

added in version 22.1.0
void onAnimationsFinished ()

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