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(String 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(String errorReason)

Called when the associated operation failed.

Parameters
String errorReason arbitrary string describing the error

void onSuccess()

Called when the associated operation was successful.