Package org.duracloud.stitch
Interface FileStitcherListener
-
public interface FileStitcherListenerA 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchunkStitched(String chunkId)Indicates that the specified chunk has been stitched.
-
-
-
Method Detail
-
chunkStitched
void chunkStitched(String chunkId)
Indicates that the specified chunk has been stitched.- Parameters:
chunkId- the content id of the retrieved chunk
-
-