ProgressEventHandler

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

ConstructorDescription
ProgressEventHandler()

Methods

MethodDescription
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:

ParameterTypeDescription
infoProgressEventHandlerInfoThe 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:

ParameterTypeDescription
infoProgressEventHandlerInfo
callbackcom.aspose.ms.System.AsyncCallback
statejava.lang.Object

Returns: com.aspose.ms.System.IAsyncResult

endInvoke(System.IAsyncResult result)

public final void endInvoke(System.IAsyncResult result)

Parameters:

ParameterTypeDescription
resultcom.aspose.ms.System.IAsyncResult