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:
| 参数 | 类型 | 描述 |
|---|---|---|
| info | ProgressEventHandlerInfo | 进度事件处理程序数据。 |
beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
public final System.IAsyncResult beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| info | ProgressEventHandlerInfo | |
| 回调 | 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 |