public interface ConverterSetProgress
Modifier and Type | Method and Description |
---|---|
void |
converterSetIndeterminate(boolean status) |
void |
converterSetProgress(int progress) |
void |
converterSetTitle(java.lang.String title) |
void |
converterSetTitleProgress(java.lang.String title,
int progress) |
void converterSetProgress(int progress)
progress
- percent complete 0 to 100void converterSetIndeterminate(boolean status)
status
- flag if progress is not yet determinedvoid converterSetTitle(java.lang.String title)
title
- descriptive title of what stage the conversion is in (saving images, OCR, etc)void converterSetTitleProgress(java.lang.String title, int progress)
title
- descriptive title of what stage the conversion is in (saving images, OCR, etc)progress
- percent complete 0 to 100