ProgressEventHandler

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

public abstract class ProgressEventHandler extends System.MulticastDelegate

进度事件处理函数引用

构造函数

构造函数描述
ProgressEventHandler()

方法

方法描述
invoke(ProgressEventHandlerInfo info)进度事件处理函数引用
beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
endInvoke(System.IAsyncResult result)

ProgressEventHandler()

public ProgressEventHandler()

invoke(ProgressEventHandlerInfo info)

public abstract void invoke(ProgressEventHandlerInfo info)

进度事件处理函数引用

Parameters:

参数类型描述
infoProgressEventHandlerInfo进度事件处理程序数据。

beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)

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

Parameters:

参数类型描述
infoProgressEventHandlerInfo
回调com.aspose.ms.System.AsyncCallback
状态java.lang.Object

Returns: com.aspose.ms.System.IAsyncResult

endInvoke(System.IAsyncResult result)

public final void endInvoke(System.IAsyncResult result)

Parameters:

参数类型描述
结果com.aspose.ms.System.IAsyncResult