public interface ICommandResponseLifecycleDelegate
Modifier and Type | Method and Description |
---|---|
void |
responseBegan()
Invoked (from a non-UI thread) when the start of a command response has been received
|
void |
responseEnded()
Invoked (from a non-UI thread) when a command response has finished
|