T - public class ParentCallback<T> extends Object implements AsyncCallback<T>
| Constructor and Description |
|---|
ParentCallback(ResultFuture<?> parentResultFuture) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(Future<T> result)
Will be called when the result of the async method is available.
|
void |
onSuccess(T result) |
public ParentCallback(ResultFuture<?> parentResultFuture)
public void onCompleted(Future<T> result)
AsyncCallbackonCompleted in interface AsyncCallback<T>result - the future taskCopyright © 2024. All rights reserved.