V - the type of resultpublic interface Callback<V>
| Modifier and Type | Method and Description |
|---|---|
void |
done(V result,
java.lang.Throwable error)
Called when the result is done.
|
void done(V result, java.lang.Throwable error)
result - the result of the computationerror - the error(s) that occurred, if anyCopyright © 2015-2018 WaterfallMC. All Rights Reserved.