OperationMonitor.OnChangeListener

interface OperationMonitor.OnChangeListener


Listen to changes in operation status. Authors should avoid changing the Adapter model while there are active operations.

Summary

Public functions

Unit

Called when operation status changes.

Public functions

onChanged

Added in 1.0.0
fun onChanged(): Unit

Called when operation status changes. Call isStarted to determine the current status.