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 Type
    Method
    Description
    void
    contentIdRead(String contentId)
    Called when a contentId has been completely read from the stream.
  • Method Details

    • 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.