T
- type of resultAsyncCallbackAdapter
public interface AsyncCallback<T>
Modifier and Type | Method | Description |
---|---|---|
void |
onFailure(Throwable caught) |
Callback-method on failure.
|
void |
onSuccess(T result) |
Callback-method on success.
|
Copyright © 2015–2018. All rights reserved.