Interface DownloadListener<C>


public interface DownloadListener<C>
Listener for the downloading of document content.
  • Method Details

    • doContentDownloaded

      void doContentDownloaded(C content)
      Notifies the download of content.
      Parameters:
      content - the content, in a native object.
    • doFailedDownload

      void doFailedDownload()
      Notifies a failed download.
    • getNativeContent

      C getNativeContent()
      Gets the content, put into a native object.
      Returns:
      the downloaded content.
    • getDocument

      CSSDocument getDocument()