sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
recyclerview
/
androidx.recyclerview.widget
/
AsyncListDiffer
/
ListListener
List
Listener
interface
ListListener
<
T
>
(
source
)
Listener for when the current List is updated.
Parameters
<T>
Type of items in List
Members
Functions
on
Current
List
Changed
Link copied to clipboard
abstract
fun
onCurrentListChanged
(
@
NonNull
previousList
:
List
<
T
>
,
@
NonNull
currentList
:
List
<
T
>
)
Called after the current List has been updated.