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(Object failure)
Callback method invoked when the operation on the counter failed.
|
void |
succeeded(Long result)
Callback method invoked when the operation on the counter succeeded.
|
void succeeded(Long result)
result - the result of the operationvoid failed(Object failure)
failure - the failure objectCopyright © 2008–2015 Dojo Foundation. All rights reserved.