Defines the interface that you should implement to receive information on the result of a command.
For more about commands, see CommandSubscription.
Attributes | Name and Description |
---|---|
|
caplin.streamlink.CommandResultListener()
|
Attributes | Name and Description |
---|---|
|
void
onCommandResult(String subject, caplin.streamlink.CommandResultEvent commandEvent)
For a command that returns a result, this method will be called in addition to the onCommandOk callback |
►
caplin.streamlink.CommandResultListener()
►
void
onCommandResult(String subject, caplin.streamlink.CommandResultEvent commandEvent)
For a command that returns a result, this method will be called in addition to the onCommandOk callback
String | subject | The subject of the command. |
caplin.streamlink.CommandResultEvent | commandEvent | The command result. |