UnifiedSaveOptions.ProgressEventHandlerInfo

遗产: java.lang.Object

public static class UnifiedSaveOptions.ProgressEventHandlerInfo

此类表示有关转换进度的信息,可用于外部应用程序以向最终用户显示转换进度

方法

方法描述
equals(Object arg0)
getClass()
getEventType()发生的进度事件类型
getMaxValue()进度值的最大可能值
getValue()进度值的当前值
hashCode()
notify()
notifyAll()
setEventType(int eventType)发生的进度事件类型
setMaxValue(int maxValue)进度值的最大可能值
setValue(int value)进度值的当前值
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getEventType()

public int getEventType()

发生的进度事件类型

退货: int - ProgressEventType 元素

getMaxValue()

public int getMaxValue()

进度值的最大可能值

退货: int - 整数值

getValue()

public int getValue()

进度值的当前值

退货: int - 整数值

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setEventType(int eventType)

public void setEventType(int eventType)

发生的进度事件类型

参数:

范围类型描述
eventTypeintProgressEventType 元素

setMaxValue(int maxValue)

public void setMaxValue(int maxValue)

进度值的最大可能值

参数:

范围类型描述
maxValueint整数值

setValue(int value)

public void setValue(int value)

进度值的当前值

参数:

范围类型描述
valueint整数值

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int