ListListener

interface ListListener<T>(source)

Listener for when the current List is updated.

Parameters

<T>

Type of items in List

Functions

Link copied to clipboard
abstract fun onCurrentListChanged(@NonNull previousList: List<T>, @NonNull currentList: List<T>)
Called after the current List has been updated.