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