T
- the type of the result.public interface GenericResultCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
onResult(T result)
Will be called once the result is available.
|
void onResult(T result)
result
- the result of the call.