public interface PD4ProgressListener
Modifier and Type | Field and Description |
---|---|
static int |
CONVERSION_BEGIN |
static int |
CONVERSION_END |
static int |
DOC_OUTPUT_IN_PROGRESS |
static int |
DOC_TREE_BUILT |
static int |
HTML_LAYOUT_DONE |
static int |
HTML_LAYOUT_IN_PROGRESS |
static int |
HTML_PARSED |
static int |
NEW_SRC_DOC_BEGIN |
static int |
TOC_GENERATED |
Modifier and Type | Method and Description |
---|---|
void |
progressUpdate(int messageID,
int progress,
java.lang.String notes,
long msec) |
static final int CONVERSION_BEGIN
static final int HTML_PARSED
static final int DOC_TREE_BUILT
static final int HTML_LAYOUT_IN_PROGRESS
static final int HTML_LAYOUT_DONE
static final int TOC_GENERATED
static final int DOC_OUTPUT_IN_PROGRESS
static final int NEW_SRC_DOC_BEGIN
static final int CONVERSION_END
Copyright © 2004-15 zefer.org. All Rights Reserved.