V - the type of the valuepublic static interface CommandFuture.SuccessListener<V>
CommandFuture succeeded.
In that case, handleSuccess(Object) will be called with the value
the future has been set to.
A CommandFuture's SuccessListener can be set by calling
CommandFuture.onSuccess(SuccessListener).
| Modifier and Type | Method and Description |
|---|---|
void |
handleSuccess(V result)
The method to be executed when the command succeeds.
|
void handleSuccess(V result)
result - the result of the commandCopyright © 2015. All rights reserved.