public interface

AsyncListDiffer.ListListener<T>

 androidx.recyclerview.widget.AsyncListDiffer.ListListener<T>

Overview

Listener for when the current List is updated.

Summary

Methods
public voidonCurrentListChanged(java.util.List<java.lang.Object> previousList, java.util.List<java.lang.Object> currentList)

Called after the current List has been updated.

Methods

public void onCurrentListChanged(java.util.List<java.lang.Object> previousList, java.util.List<java.lang.Object> currentList)

Called after the current List has been updated.

Parameters:

previousList: The previous list.
currentList: The new current list.