public abstract static class Constants.StatusListener
extends java.lang.Object
Constructor and Description |
---|
StatusListener() |
Modifier and Type | Method and Description |
---|---|
void |
onError()
Deprecated.
As of release 0.5.0, replaced by
onError(ErrorInfo) |
void |
onError(ErrorInfo errorInfo)
Callback to report errorInfo status of an asynchronous call to the back end.
|
abstract void |
onSuccess()
Callback to report success status of an asynchronous call to the back end.
|
public abstract void onSuccess()
@Deprecated public void onError()
onError(ErrorInfo)
public void onError(ErrorInfo errorInfo)
errorInfo
- Object containing error information.