onChanged

abstract fun onChanged(position: Int, count: Int)(source)

Called by the SortedList when the item at the given position is updated.

Parameters

position

The position of the item which has been updated.

count

The number of items which has changed.


open fun onChanged(position: Int, count: Int, payload: Any)(source)

Called when count} number of items are updated at the given position.