public interface AsyncListDiffer.ListListener<T>
Listener for when the current List is updated.
abstract void
onCurrentListChanged(@NonNull() List<T> previousList, @NonNull() List<T> currentList)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onCurrentListChanged(@NonNull() List<T> previousList, @NonNull() List<T> currentList)
Called after the current List has been updated.
previousList
currentList