public static interface OortMasterLong.Callback
| Modifier and Type | Interface and Description |
|---|---|
static class |
OortMasterLong.Callback.Adapter
Empty implementation of
OortMasterLong.Callback |
| Modifier and Type | Method and Description |
|---|---|
void |
failed(java.lang.Object failure)
Callback method invoked when the operation on the counter failed.
|
void |
succeeded(java.lang.Long result)
Callback method invoked when the operation on the counter succeeded.
|
void succeeded(java.lang.Long result)
result - the result of the operationvoid failed(java.lang.Object failure)
failure - the failure objectCopyright © 2008–2019 The CometD Project. All rights reserved.