public abstract class ProgressEventHandler
extends com.aspose.ms.System.MulticastDelegate
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
|
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)
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.