info.informatica.doc.agent
Interface DownloadListener<C>

All Known Implementing Classes:
ImgReplacedBox, PDFImgReplacedBox

public interface DownloadListener<C>

Listener for the downloading of document content.

Author:
Carlos Amengual

Method Summary
 void doContentDownloaded(C content)
          Notifies the download of content.
 void doFailedDownload()
          Notifies a failed download.
 C getNativeContent()
          Gets the content, put into a native object.
 

Method Detail

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.


Copyright © 2011 informatica.info. All Rights Reserved.