Package org.duracloud.stitch
Interface FileStitcherListener
public interface FileStitcherListener
A listener class that reports activity of a stitching 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 TypeMethodDescriptionvoidchunkStitched(String chunkId) Indicates that the specified chunk has been stitched.
-
Method Details
-
chunkStitched
Indicates that the specified chunk has been stitched.- Parameters:
chunkId- the content id of the retrieved chunk
-