public static class OortMasterLong.Callback.Adapter extends Object implements OortMasterLong.Callback
OortMasterLong.CallbackOortMasterLong.Callback.Adapter| Constructor and Description |
|---|
Adapter() |
| 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.
|
public void succeeded(Long result)
OortMasterLong.Callbacksucceeded in interface OortMasterLong.Callbackresult - the result of the operationpublic void failed(Object failure)
OortMasterLong.Callbackfailed in interface OortMasterLong.Callbackfailure - the failure objectCopyright © 2008–2015 Dojo Foundation. All rights reserved.