ProgressEventHandler

Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate

public abstract class ProgressEventHandler extends System.MulticastDelegate

Referens till funktionshanterare för förloppshändelse.

Konstruktörer

KonstruktorBeskrivning
ProgressEventHandler()

Metoder

MetodBeskrivning
invoke(ProgressEventHandlerInfo info)Referens till funktionshanterare för förloppshändelse.
beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
endInvoke(System.IAsyncResult result)

ProgressEventHandler()

public ProgressEventHandler()

invoke(ProgressEventHandlerInfo info)

public abstract void invoke(ProgressEventHandlerInfo info)

Referens till funktionshanterare för förloppshändelse.

Parameters:

ParameterTypBeskrivning
infoProgressEventHandlerInfoData för progress‑händelsehanteraren.

beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)

public final System.IAsyncResult beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)

Parameters:

ParameterTypBeskrivning
infoProgressEventHandlerInfo
återanropcom.aspose.ms.System.AsyncCallback
tillståndjava.lang.Object

Returns: com.aspose.ms.System.IAsyncResult

endInvoke(System.IAsyncResult result)

public final void endInvoke(System.IAsyncResult result)

Parameters:

ParameterTypBeskrivning
resultatcom.aspose.ms.System.IAsyncResult