public static class PD4Browser.ProgressMeter extends Object implements ProgressListener
CONVERSION_BEGIN, CONVERSION_END, DOC_RENDER_IN_PROGRESS, DOC_WRITE_BEGIN, HTML_LAYOUT_DONE, HTML_LAYOUT_IN_PROGRESS, HTML_PARSED, MAIN_DOC_READ, PAGEBREAKS_ALIGNED, RENDERER_TREE_BUILT, RTF_PRE_RENDER_DONE, TOC_GENERATED
Constructor and Description |
---|
ProgressMeter() |
Modifier and Type | Method and Description |
---|---|
void |
progressUpdate(int messageID,
int progressValue,
String note,
long msec)
Interface for a class receives/logs conversion progress events
|
public void progressUpdate(int messageID, int progressValue, String note, long msec)
ProgressListener
progressUpdate
in interface ProgressListener
messageID
- message typeprogressValue
- estimated progress statenote
- message (if any)msec
- time since the conversion beginRevision 4.0.15 / 20220727-0149