RecyclerView.ItemAnimator.ItemAnimatorFinishedListener

public interface 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.

See also
isRunning

Summary

Public methods

abstract void

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

Public methods

onAnimationsFinished

Added in 1.0.0
abstract void onAnimationsFinished()

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