An interface that can be registered to be called back when an operation completes.
Attributes | Name and Description |
---|---|
|
caplin.streamlink.alerts.ResultListener()
|
Attributes | Name and Description |
---|---|
|
void
onFailure(String errorReason)
Called when the associated operation failed. |
|
void
onSuccess()
Called when the associated operation was successful. |
►
caplin.streamlink.alerts.ResultListener()
►
void
onFailure(String errorReason)
Called when the associated operation failed.
String | errorReason | arbitrary string describing the error |
►
void
onSuccess()
Called when the associated operation was successful.