public interface SimpleCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onResult(T result,
Throwable error)
If an error occurred than the error parameter will be not null, otherwise
the result parameter will be the result of the action
|
Copyright © 2016. All rights reserved.