public interface ProgressEvent
Modifier and Type | Method and Description |
---|---|
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(String message)
Terminates the current conversion.
|
int getProgressValue()
int getProgressEndValue()
String getDescription()
void terminateConversion(String message)
TerminationException
will be thrown by PDFreactor.message
- The message of the exception to be thrown.This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.