Class
caplin.streamlink

CommandResultListener

Defines the interface that you should implement to receive information on the result of a command.

For more about commands, see CommandSubscription.

Constructor Summary

Attributes Name and Description
caplin.streamlink.CommandResultListener()

Method Summary

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

Constructor Detail

caplin.streamlink.CommandResultListener()

Method Detail

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

Parameters
String subject The subject of the command.
caplin.streamlink.CommandResultEvent commandEvent The command result.