public interface SuccessCallback<T>
ListenableFuture
.Modifier and Type | Method and Description |
---|---|
void |
onSuccess(T result)
Called when the
ListenableFuture successfully completes. |
void onSuccess(T result)
ListenableFuture
successfully completes.result
- the result