ProgressEventHandler

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

public abstract class ProgressEventHandler extends System.MulticastDelegate

Referenz zur Fortschritts‑Event‑Handler‑Funktion

Konstruktoren

KonstruktorBeschreibung
ProgressEventHandler()

Methoden

MethodeBeschreibung
invoke(ProgressEventHandlerInfo info)Referenz zur Fortschritts‑Event‑Handler‑Funktion
beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
endInvoke(System.IAsyncResult result)

ProgressEventHandler()

public ProgressEventHandler()

invoke(ProgressEventHandlerInfo info)

public abstract void invoke(ProgressEventHandlerInfo info)

Referenz zur Fortschritts‑Event‑Handler‑Funktion

Parameters:

ParameterTypBeschreibung
infoProgressEventHandlerInfoDie Daten des Fortschritts-Ereignishandlers.

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

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

Parameters:

ParameterTypBeschreibung
infoProgressEventHandlerInfo
Rückrufcom.aspose.ms.System.AsyncCallback
Zustandjava.lang.Object

Returns: com.aspose.ms.System.IAsyncResult

endInvoke(System.IAsyncResult result)

public final void endInvoke(System.IAsyncResult result)

Parameters:

ParameterTypBeschreibung
Ergebniscom.aspose.ms.System.IAsyncResult