Package org.duracloud.stitch.stream
Interface MultiContentInputStreamListener
-
public interface MultiContentInputStreamListenerA listener class that receives notification from aMultiContentInputStreamas each underlying content item is read.- Author:
- dbernstein
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontentIdRead(String contentId)Called when a contentId has been completely read from the stream.
-
-
-
Method Detail
-
contentIdRead
void contentIdRead(String contentId)
Called when a contentId has been completely read from the stream.- Parameters:
contentId- The contentId for the file that was just read.
-
-