OnChangeListener
interface OnChangeListener
androidx.recyclerview.selection.OperationMonitor.OnChangeListener |
Listen to changes in operation status. Authors should avoid changing the Adapter model while there are active operations.
Summary
Public methods | |
---|---|
abstract Unit |
Called when operation status changes. |
Public methods
onChanged
abstract fun onChanged(): Unit
Called when operation status changes. Call OperationMonitor#isStarted()
to determine the current status.