Package org.duracloud.stitch.stream
Interface MultiContentInputStreamListener
public interface MultiContentInputStreamListener
A listener class that receives notification from a
MultiContentInputStream as
each underlying content item is read.- Author:
- dbernstein
-
Method Summary
Modifier and TypeMethodDescriptionvoidcontentIdRead(String contentId) Called when a contentId has been completely read from the stream.
-
Method Details
-
contentIdRead
Called when a contentId has been completely read from the stream.- Parameters:
contentId- The contentId for the file that was just read.
-