public interface SSAICallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Throwable error)
Called when the re has been an error in the operation.
|
void |
onSuccess(T result)
Called when the operation has been successful.
|
void onSuccess(T result)
result - the resultvoid onError(java.lang.Throwable error)
error - the error