public interface ProgressEvent
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The description of the current progress step.
|
int |
getProgressEndValue()
Returns the endValue the progress value will finally reach upon completion.
|
int |
getProgressValue()
Returns the current progress value.
|
void |
terminateConversion(java.lang.String message)
Terminates the current conversion.
|
int getProgressValue()
int getProgressEndValue()
java.lang.String getDescription()
void terminateConversion(java.lang.String message)
TerminationException
will be thrown by PDFreactor.message
- The message of the exception to be thrown.This doc was generated on 2018-08-13. Copyright © 2002-2018 RealObjects GmbH. All Rights Reserved.