Interface OortPrimaryLong.Callback
- Enclosing class:
OortPrimaryLong
public static interface OortPrimaryLong.Callback
Callback invoked when the result of the operation on the counter is available,
or when the operation failed.
-
Method Summary
-
Method Details
-
succeeded
Callback method invoked when the operation on the counter succeeded.- Parameters:
result
- the result of the operation
-
failed
Callback method invoked when the operation on the counter failed.- Parameters:
failure
- the failure object
-