AsyncPagedListDiffer.PagedListListener
public
static
interface
AsyncPagedListDiffer.PagedListListener
androidx.paging.AsyncPagedListDiffer.PagedListListener<T> |
Listener for when the current PagedList is updated.
Summary
Public methods | |
---|---|
abstract
void
|
onCurrentListChanged(PagedList<T> previousList, PagedList<T> currentList)
Called after the current PagedList has been updated. |