OortMasterLong.Callback.Adapterpublic static interface OortMasterLong.Callback
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
OortMasterLong.Callback.Adapter |
Empty implementation of
OortMasterLong.Callback |
| Modifier and Type | Method | 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–2017 The CometD Project. All rights reserved.