Package org.duracloud.retrieval.mgmt
Interface RetrievalListener
-
public interface RetrievalListenerA 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchunkRetrieved(String chunkId)Indicates that the specified chunk has been retrieved.
-
-
-
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
-
-