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.CallbackinsteadEmpty 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 voidfailed(Object failure)Deprecated.Callback method invoked when the operation on the counter failed.voidsucceeded(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.CallbackCallback method invoked when the operation on the counter succeeded.- Specified by:
succeededin interfaceOortPrimaryLong.Callback- Parameters:
result- the result of the operation
-
failed
public void failed(Object failure)
Deprecated.Description copied from interface:OortPrimaryLong.CallbackCallback method invoked when the operation on the counter failed.- Specified by:
failedin interfaceOortPrimaryLong.Callback- Parameters:
failure- the failure object
-
-