public abstract class ProgressEventHandler
extends com.aspose.ms.System.MulticastDelegate
Progress event handler function reference
Constructor and Description |
---|
ProgressEventHandler() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(ProgressEventHandlerInfo info,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
void |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract void |
invoke(ProgressEventHandlerInfo info)
Progress event handler function reference
|
getDelegateId, getInvocationList, op_Equality, op_Inequality
public abstract void invoke(ProgressEventHandlerInfo info)
Progress event handler function reference
info
- The progress event handler data.public final com.aspose.ms.System.IAsyncResult beginInvoke(ProgressEventHandlerInfo info, com.aspose.ms.System.AsyncCallback callback, Object state)
public final void endInvoke(com.aspose.ms.System.IAsyncResult result)