public class NativeFutureCallback
extends java.lang.Object
implements com.google.common.util.concurrent.FutureCallback
Modifier and Type | Field and Description |
---|---|
long |
ptr |
Constructor and Description |
---|
NativeFutureCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Throwable throwable) |
void |
onSuccess(java.lang.Object o) |
public void onSuccess(java.lang.Object o)
onSuccess
in interface com.google.common.util.concurrent.FutureCallback
public void onFailure(java.lang.Throwable throwable)
onFailure
in interface com.google.common.util.concurrent.FutureCallback