ProgressEventHandlerInfo
Contents
[
Hide
]Inheritance: java.lang.Object
public class ProgressEventHandlerInfo
This class represents information about conversion progress that can be used in external applicatuion to show conversion progress to end user.
Constructors
Constructor | Description |
---|---|
ProgressEventHandlerInfo() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getEventType() | Type of progress event that occured. |
getSavedMimePartCount() | Amount of mime parts that were saved. |
getTotalMimePartCount() | Total amount of mime parts. |
hashCode() | |
notify() | |
notifyAll() | |
setEventType(int value) | Type of progress event that occured. |
setSavedMimePartCount(int value) | Amount of mime parts that were saved. |
setTotalMimePartCount(int value) | Total amount of mime parts. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ProgressEventHandlerInfo()
public ProgressEventHandlerInfo()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getEventType()
public final int getEventType()
Type of progress event that occured.
Returns: int
getSavedMimePartCount()
public final int getSavedMimePartCount()
Amount of mime parts that were saved.
Returns: int
getTotalMimePartCount()
public final int getTotalMimePartCount()
Total amount of mime parts.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setEventType(int value)
public final void setEventType(int value)
Type of progress event that occured.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setSavedMimePartCount(int value)
public final void setSavedMimePartCount(int value)
Amount of mime parts that were saved.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setTotalMimePartCount(int value)
public final void setTotalMimePartCount(int value)
Total amount of mime parts.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |