UnifiedSaveOptions.ProgressEventHandlerInfo

Inheritance: java.lang.Object

public static class UnifiedSaveOptions.ProgressEventHandlerInfo

This class represents information about conversion progress that can be used in external application to show conversion progress to end user

Methods

MethodDescription
getEventType()Type of progress event that occured
setEventType(int eventType)Type of progress event that occured
getValue()current value of progress value
setValue(int value)current value of progress value
getMaxValue()maximum possible value of progress value
setMaxValue(int maxValue)maximum possible value of progress value

getEventType()

public int getEventType()

Type of progress event that occured

Returns: int - ProgressEventType element

setEventType(int eventType)

public void setEventType(int eventType)

Type of progress event that occured

Parameters:

ParameterTypeDescription
eventTypeintProgressEventType element

getValue()

public int getValue()

current value of progress value

Returns: int - int value

setValue(int value)

public void setValue(int value)

current value of progress value

Parameters:

ParameterTypeDescription
valueintint value

getMaxValue()

public int getMaxValue()

maximum possible value of progress value

Returns: int - int value

setMaxValue(int maxValue)

public void setMaxValue(int maxValue)

maximum possible value of progress value

Parameters:

ParameterTypeDescription
maxValueintint value