Package org.cometd.oort
Class OortPrimaryLong.Callback.Adapter
- java.lang.Object
-
- org.cometd.oort.OortPrimaryLong.Callback.Adapter
-
- All Implemented Interfaces:
OortPrimaryLong.Callback
- Enclosing interface:
- OortPrimaryLong.Callback
@Deprecated public static class OortPrimaryLong.Callback.Adapter extends Object implements OortPrimaryLong.Callback
Deprecated.useOortPrimaryLong.Callback
insteadEmpty implementation ofOortPrimaryLong.Callback
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cometd.oort.OortPrimaryLong.Callback
OortPrimaryLong.Callback.Adapter
-
-
Constructor Summary
Constructors Constructor Description Adapter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
failed(Object failure)
Deprecated.Callback method invoked when the operation on the counter failed.void
succeeded(Long result)
Deprecated.Callback method invoked when the operation on the counter succeeded.
-
-
-
Method Detail
-
succeeded
public void succeeded(Long result)
Deprecated.Description copied from interface:OortPrimaryLong.Callback
Callback method invoked when the operation on the counter succeeded.- Specified by:
succeeded
in interfaceOortPrimaryLong.Callback
- Parameters:
result
- the result of the operation
-
failed
public void failed(Object failure)
Deprecated.Description copied from interface:OortPrimaryLong.Callback
Callback method invoked when the operation on the counter failed.- Specified by:
failed
in interfaceOortPrimaryLong.Callback
- Parameters:
failure
- the failure object
-
-