public interface ProgressListener
Modifier and Type | Field and Description |
---|---|
static int |
CONVERSION_BEGIN |
static int |
CONVERSION_END |
static int |
DOC_RENDER_IN_PROGRESS |
static int |
DOC_WRITE_BEGIN |
static int |
HTML_LAYOUT_DONE |
static int |
HTML_LAYOUT_IN_PROGRESS |
static int |
HTML_PARSED |
static int |
MAIN_DOC_READ |
static int |
PAGEBREAKS_ALIGNED |
static int |
RENDERER_TREE_BUILT |
static int |
RTF_PRE_RENDER_DONE |
static int |
TOC_GENERATED |
Modifier and Type | Method and Description |
---|---|
void |
progressUpdate(int messageID,
int progress,
String message,
long msec)
Interface for a class receives/logs conversion progress events
|
static final int CONVERSION_BEGIN
static final int MAIN_DOC_READ
static final int HTML_PARSED
static final int RENDERER_TREE_BUILT
static final int HTML_LAYOUT_IN_PROGRESS
static final int HTML_LAYOUT_DONE
static final int PAGEBREAKS_ALIGNED
static final int TOC_GENERATED
static final int DOC_RENDER_IN_PROGRESS
static final int DOC_WRITE_BEGIN
static final int CONVERSION_END
static final int RTF_PRE_RENDER_DONE
void progressUpdate(int messageID, int progress, String message, long msec)
messageID
- message typeprogress
- estimated progress statemessage
- message (if any)msec
- time since the conversion beginRevision 4.0.1 / 20180925-0454