ProgressEventHandler
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate
public abstract class ProgressEventHandler extends System.MulticastDelegate
Progress event handler function reference
Constructors
Constructor | Description |
---|---|
ProgressEventHandler() |
Methods
Method | Description |
---|---|
invoke(ProgressEventHandlerInfo info) | Progress event handler function reference |
beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state) | |
endInvoke(System.IAsyncResult result) |
ProgressEventHandler()
public ProgressEventHandler()
invoke(ProgressEventHandlerInfo info)
public abstract void invoke(ProgressEventHandlerInfo info)
Progress event handler function reference
Parameters:
Parameter | Type | Description |
---|---|---|
info | ProgressEventHandlerInfo | The progress event handler data. |
beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
public final System.IAsyncResult beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
Parameters:
Parameter | Type | Description |
---|---|---|
info | ProgressEventHandlerInfo | |
callback | com.aspose.ms.System.AsyncCallback | |
state | java.lang.Object |
Returns: com.aspose.ms.System.IAsyncResult
endInvoke(System.IAsyncResult result)
public final void endInvoke(System.IAsyncResult result)
Parameters:
Parameter | Type | Description |
---|---|---|
result | com.aspose.ms.System.IAsyncResult |