|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DownloadListener<C>
Listener for the downloading of document content.
| 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 |
|---|
void doContentDownloaded(C content)
content - the content, in a native object.void doFailedDownload()
C getNativeContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||