Interface RetrievalListener


  • public interface RetrievalListener
    A listener class that reports activity of a retrieval operation which, depending on the size of the file as well as the speed and quality of the network connection, can take potentially long periods of time.
    Author:
    dbernstein
    • Method Detail

      • chunkRetrieved

        void chunkRetrieved​(String chunkId)
        Indicates that the specified chunk has been retrieved. This method is only called by chunked retrievals.
        Parameters:
        chunkId - the content id of the retrieved chunk