OperationMonitor.OnChangeListener

public interface 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

Called when operation status changes.

Public methods

onChanged

Added in 1.0.0
abstract void onChanged()

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