OperationMonitor.OnChangeListener
public
static
interface
OperationMonitor.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
void
|
onChanged()
Called when operation status changes. |
Public methods
onChanged
public abstract void onChanged ()
Called when operation status changes. Call OperationMonitor.isStarted()
to determine the current status.