Interface JsonResultWrapper.OperationCompletedListener

Enclosing class:
JsonResultWrapper

public static interface JsonResultWrapper.OperationCompletedListener
Allows to track operations.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an operation is completed.
    void
    Called 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.