T
- The type of the value returned by the future.protected static class VTNFlowManager.TxCounterCallback<T> extends Object implements com.google.common.util.concurrent.FutureCallback<T>
Modifier | Constructor and Description |
---|---|
protected |
TxCounterCallback(VTNFlowManager fmgr)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
onFailure(Throwable t)
Invoked when the future has failed.
|
void |
onSuccess(T result)
Invoked when the future has completed successfully.
|
protected TxCounterCallback(VTNFlowManager fmgr)
fmgr
- The VTN flow manager.Copyright © 2018 OpenDaylight. All rights reserved.