Interface StorageEnvelopeHandler

All Known Implementing Classes:
FetchEnvelopeHelper

public interface StorageEnvelopeHandler
This interface can be used to implement a handler that receives successfully fetched envelopes from the network.
  • Method Summary

    Modifier and Type Method Description
    void onEnvelopeReceived​(EnvelopeVersion result)
    This method is called if the envelope was successfully fetched from the network.
  • Method Details

    • onEnvelopeReceived

      void onEnvelopeReceived​(EnvelopeVersion result)
      This method is called if the envelope was successfully fetched from the network.
      Parameters:
      result - The envelope that was retrieved from the network.