com.pdftron.pdf.PDFViewCtrl.DocumentDownloadListener |
Known Indirect Subclasses
|
Public Methods
public
abstract
void
onDownloadEvent
(PDFViewCtrl.DownloadState state, int page_num, int page_downloaded, int page_count, String message)
Called when an update is available.
Parameters
state |
the state of the update. |
page_num |
the number of the page that was just downloaded. Meaningful
if type is PAGE . |
page_downloaded |
the total number of pages that have been downloaded |
page_count |
the page count of the associated document |
message |
error message in case the download has failed
|