public class ProgressEventHandlerInfo extends Object
This class represents information about conversion progress that can be used in external applicatuion to show conversion progress to end user.
Constructor and Description |
---|
ProgressEventHandlerInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
Type of progress event that occured.
|
int |
getSavedMimePartCount()
Amount of mime parts that were saved.
|
int |
getTotalMimePartCount()
Total amount of mime parts.
|
void |
setEventType(int value)
Type of progress event that occured.
|
void |
setSavedMimePartCount(int value)
Amount of mime parts that were saved.
|
void |
setTotalMimePartCount(int value)
Total amount of mime parts.
|
public final int getEventType()
Type of progress event that occured.
public final void setEventType(int value)
Type of progress event that occured.
public final int getTotalMimePartCount()
Total amount of mime parts.
public final void setTotalMimePartCount(int value)
Total amount of mime parts.
public final int getSavedMimePartCount()
Amount of mime parts that were saved.
public final void setSavedMimePartCount(int value)
Amount of mime parts that were saved.