UnifiedSaveOptions.ConversionProgressEventHandler

遗产: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate

public abstract static class UnifiedSaveOptions.ConversionProgressEventHandler extends System.MulticastDelegate

用通常由调用方提供的抽象方法表示类,并处理来自转换器的进度事件。通常,此类提供的客户处理程序可用于在控制台或进度条中显示总转换进度。

构造函数

构造函数描述
ConversionProgressEventHandler()

方法

方法描述
beginInvoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo, System.AsyncCallback callback, Object state)内部方法
combine(System.Delegate arg0, System.Delegate arg1)
combine(System.Delegate[] arg0)
endInvoke(System.IAsyncResult result)内部方法
equals(Object arg0)
getClass()
getInvocationList()
hashCode()
invoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo)用通常由调用方提供的抽象方法表示类,并处理来自转换器的进度事件。
isEmpty()
notify()
notifyAll()
op_Equality(System.Delegate arg0, System.Delegate arg1)
op_Equality(System.MulticastDelegate arg0, System.MulticastDelegate arg1)
op_Inequality(System.Delegate arg0, System.Delegate arg1)
op_Inequality(System.MulticastDelegate arg0, System.MulticastDelegate arg1)
peekOutRefParam(int arg0)
peekResult()
remove(System.Delegate arg0, System.Delegate arg1)
removeAll(System.Delegate arg0, System.Delegate arg1)
setException(RuntimeException arg0)
throwException()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ConversionProgressEventHandler()

public ConversionProgressEventHandler()

beginInvoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo, System.AsyncCallback callback, Object state)

public final System.IAsyncResult beginInvoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo, System.AsyncCallback callback, Object state)

内部方法

参数:

范围类型描述
eventInfoProgressEventHandlerInfo内部对象
callbackcom.aspose.ms.System.AsyncCallback内部对象
statejava.lang.Object内部对象

退货: com.aspose.ms.System.IAsyncResult - 内部对象

combine(System.Delegate arg0, System.Delegate arg1)

public static System.Delegate combine(System.Delegate arg0, System.Delegate arg1)

参数:

范围类型描述
arg0com.aspose.ms.System.Delegate
arg1com.aspose.ms.System.Delegate

退货: com.aspose.ms.System.Delegate

combine(System.Delegate[] arg0)

public static System.Delegate combine(System.Delegate[] arg0)

参数:

范围类型描述
arg0com.aspose.ms.System.Delegate[]

退货: com.aspose.ms.System.Delegate

endInvoke(System.IAsyncResult result)

public final void endInvoke(System.IAsyncResult result)

内部方法

参数:

范围类型描述
resultcom.aspose.ms.System.IAsyncResult内部对象

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getInvocationList()

public final System.Delegate[] getInvocationList()

退货: com.aspose.ms.System.Delegate[]

hashCode()

public native int hashCode()

退货: 整数

invoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo)

public abstract void invoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo)

用通常由调用方提供的抽象方法表示类,并处理来自转换器的进度事件。通常,此类提供的客户处理程序可用于在控制台或进度条中显示总转换进度。

参数:

范围类型描述
eventInfoProgressEventHandlerInfo表示有关发生的进度事件的信息

isEmpty()

public boolean isEmpty()

退货: boolean - 布尔值

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

op_Equality(System.Delegate arg0, System.Delegate arg1)

public static boolean op_Equality(System.Delegate arg0, System.Delegate arg1)

参数:

范围类型描述
arg0com.aspose.ms.System.Delegate
arg1com.aspose.ms.System.Delegate

退货: 布尔值

op_Equality(System.MulticastDelegate arg0, System.MulticastDelegate arg1)

public static boolean op_Equality(System.MulticastDelegate arg0, System.MulticastDelegate arg1)

参数:

范围类型描述
arg0com.aspose.ms.System.MulticastDelegate
arg1com.aspose.ms.System.MulticastDelegate

退货: 布尔值

op_Inequality(System.Delegate arg0, System.Delegate arg1)

public static boolean op_Inequality(System.Delegate arg0, System.Delegate arg1)

参数:

范围类型描述
arg0com.aspose.ms.System.Delegate
arg1com.aspose.ms.System.Delegate

退货: 布尔值

op_Inequality(System.MulticastDelegate arg0, System.MulticastDelegate arg1)

public static boolean op_Inequality(System.MulticastDelegate arg0, System.MulticastDelegate arg1)

参数:

范围类型描述
arg0com.aspose.ms.System.MulticastDelegate
arg1com.aspose.ms.System.MulticastDelegate

退货: 布尔值

peekOutRefParam(int arg0)

public Object peekOutRefParam(int arg0)

参数:

范围类型描述
arg0int

退货: java.lang.Object

peekResult()

public Object peekResult()

退货: java.lang.Object

remove(System.Delegate arg0, System.Delegate arg1)

public static System.Delegate remove(System.Delegate arg0, System.Delegate arg1)

参数:

范围类型描述
arg0com.aspose.ms.System.Delegate
arg1com.aspose.ms.System.Delegate

退货: com.aspose.ms.System.Delegate

removeAll(System.Delegate arg0, System.Delegate arg1)

public static System.Delegate removeAll(System.Delegate arg0, System.Delegate arg1)

参数:

范围类型描述
arg0com.aspose.ms.System.Delegate
arg1com.aspose.ms.System.Delegate

退货: com.aspose.ms.System.Delegate

setException(RuntimeException arg0)

public void setException(RuntimeException arg0)

参数:

范围类型描述
arg0java.lang.RuntimeException

throwException()

public void throwException()

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