Interface JsonResultWrapper.OperationCompletedListener
- Enclosing class:
JsonResultWrapper
public static interface JsonResultWrapper.OperationCompletedListener
Allows to track operations.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when an operation is completed.voidCalled when an operation failed due to an exception.
-
Method Details
-
operationCompleted
void operationCompleted()Called when an operation is completed. -
operationFailed
void operationFailed()Called when an operation failed due to an exception.
-