Package com.pd4ml
Interface ProgressListener
- 
 public interface ProgressListener
- 
- 
Field SummaryFields Modifier and Type Field Description static intCONVERSION_BEGINstatic intCONVERSION_ENDstatic intDOC_RENDER_IN_PROGRESSstatic intDOC_WRITE_BEGINstatic intDOCX_PRE_RENDER_DONEstatic intHTML_LAYOUT_DONEstatic intHTML_LAYOUT_IN_PROGRESSstatic intHTML_PARSEDstatic intMAIN_DOC_READstatic intPAGEBREAKS_ALIGNEDstatic intRENDERER_TREE_BUILTstatic intRTF_PRE_RENDER_DONEstatic intTOC_GENERATED
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprogressUpdate(int messageID, int progress, java.lang.String message, long msec)Interface for a class receives/logs conversion progress events
 
- 
- 
- 
Field Detail- 
CONVERSION_BEGINstatic final int CONVERSION_BEGIN - See Also:
- Constant Field Values
 
 - 
MAIN_DOC_READstatic final int MAIN_DOC_READ - See Also:
- Constant Field Values
 
 - 
HTML_PARSEDstatic final int HTML_PARSED - See Also:
- Constant Field Values
 
 - 
RENDERER_TREE_BUILTstatic final int RENDERER_TREE_BUILT - See Also:
- Constant Field Values
 
 - 
HTML_LAYOUT_IN_PROGRESSstatic final int HTML_LAYOUT_IN_PROGRESS - See Also:
- Constant Field Values
 
 - 
HTML_LAYOUT_DONEstatic final int HTML_LAYOUT_DONE - See Also:
- Constant Field Values
 
 - 
PAGEBREAKS_ALIGNEDstatic final int PAGEBREAKS_ALIGNED - See Also:
- Constant Field Values
 
 - 
TOC_GENERATEDstatic final int TOC_GENERATED - See Also:
- Constant Field Values
 
 - 
DOC_RENDER_IN_PROGRESSstatic final int DOC_RENDER_IN_PROGRESS - See Also:
- Constant Field Values
 
 - 
DOC_WRITE_BEGINstatic final int DOC_WRITE_BEGIN - See Also:
- Constant Field Values
 
 - 
CONVERSION_ENDstatic final int CONVERSION_END - See Also:
- Constant Field Values
 
 - 
RTF_PRE_RENDER_DONEstatic final int RTF_PRE_RENDER_DONE - See Also:
- Constant Field Values
 
 - 
DOCX_PRE_RENDER_DONEstatic final int DOCX_PRE_RENDER_DONE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
progressUpdatevoid progressUpdate(int messageID, int progress, java.lang.String message, long msec)Interface for a class receives/logs conversion progress events- Parameters:
- messageID- message type
- progress- estimated progress state
- message- message (if any)
- msec- time since the conversion begin
 
 
- 
 
-