Class
caplin.streamlink.alerts

ResultListener

An interface that can be registered to be called back when an operation completes.

Constructor Summary

Attributes Name and Description
caplin.streamlink.alerts.ResultListener()

Method Summary

Attributes Name and Description
void onFailure( errorReason)

*

Called when the associated operation failed.

void onSuccess()

*

Called when the associated operation was successful.

Constructor Detail

caplin.streamlink.alerts.ResultListener()

Method Detail

void onFailure( errorReason)

*

Called when the associated operation failed.

*@param {String} errorReason arbitrary string describing the error

Parameters
errorReason

void onSuccess()

*

Called when the associated operation was successful.