Package org.duracloud.retrieval.mgmt
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 Summary
Modifier and TypeMethodDescriptionvoidchunkRetrieved(String chunkId) Indicates that the specified chunk has been retrieved.
-
Method Details
-
chunkRetrieved
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
-