CommandListener

public interface CommandListener


Listener which is notified of any command related changes.

Summary

Public methods

abstract void

Notified when a command issued earlier has had a change in status.

Public methods

onCommandStatusChanged

abstract void onCommandStatusChanged(@NonNull Command command)

Notified when a command issued earlier has had a change in status.