public abstract static class MoreFutures.FailureCallback<V> extends Object implements FutureCallback<V>
FutureCallback
that does nothing on success.Constructor and Description |
---|
FailureCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onSuccess(V result) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onFailure
public void onSuccess(V result)
onSuccess
in interface FutureCallback<V>
Copyright © 2012–2017. All rights reserved.