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