Package org.cometd.oort
Class OortMasterLong.Callback.Adapter
java.lang.Object
org.cometd.oort.OortMasterLong.Callback.Adapter
- All Implemented Interfaces:
OortMasterLong.Callback
- Enclosing interface:
- OortMasterLong.Callback
public static class OortMasterLong.Callback.Adapter extends Object implements OortMasterLong.Callback
Empty implementation of
OortMasterLong.Callback
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.cometd.oort.OortMasterLong.Callback
OortMasterLong.Callback.Adapter
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
succeeded
Description copied from interface:OortMasterLong.Callback
Callback method invoked when the operation on the counter succeeded.- Specified by:
succeeded
in interfaceOortMasterLong.Callback
- Parameters:
result
- the result of the operation
-
failed
Description copied from interface:OortMasterLong.Callback
Callback method invoked when the operation on the counter failed.- Specified by:
failed
in interfaceOortMasterLong.Callback
- Parameters:
failure
- the failure object
-