public interface

OperationMonitor.OnChangeListener

 androidx.recyclerview.selection.OperationMonitor.OnChangeListener

Overview

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

Summary

Methods
public voidonChanged()

Called when operation status changes.

Methods

public void onChanged()

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