Interface OperationCallback

    • Method Detail

      • receivedStatus

        void receivedStatus​(OperationStatus status)
        Method invoked with the status when the operation is complete.
        Parameters:
        status - the result of the operation
      • complete

        void complete()
        Called whenever an operation completes.