public static class OortMasterLong.Callback.Adapter extends Object implements OortMasterLong.Callback
OortMasterLong.Callback
OortMasterLong.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.Callback
succeeded
in interface OortMasterLong.Callback
result
- the result of the operationpublic void failed(Object failure)
OortMasterLong.Callback
failed
in interface OortMasterLong.Callback
failure
- the failure objectCopyright © 2008–2017 The CometD Project. All rights reserved.