public interface ProgressEvent
This interface defines a continuous progress event during PDF creation.
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()
Returns the current progress value.
int getProgressEndValue()
Returns the endValue the progress value will finally reach upon completion.
String getDescription()
The description of the current progress step.
void terminateConversion(String message)
Terminates the current conversion. A TerminationException
will be thrown by PDFreactor.
message
- The message of the exception to be thrown.This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.