Interface MultiContentInputStreamListener


  • public interface MultiContentInputStreamListener
    A listener class that receives notification from a MultiContentInputStream as each underlying content item is read.
    Author:
    dbernstein
    • 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.