ProgressEventHandlerInfo

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

ConstructorDescription
ProgressEventHandlerInfo()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueint

setSavedMimePartCount(int value)

public final void setSavedMimePartCount(int value)

Amount of mime parts that were saved.

Parameters:

ParameterTypeDescription
valueint

setTotalMimePartCount(int value)

public final void setTotalMimePartCount(int value)

Total amount of mime parts.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int