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
| Konstruktor | Beschreibung |
|---|---|
| ProgressEventHandler() |
Methoden
| Methode | Beschreibung |
|---|---|
| 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:
| Parameter | Typ | Beschreibung |
|---|---|---|
| info | ProgressEventHandlerInfo | Die 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:
| Parameter | Typ | Beschreibung |
|---|---|---|
| info | ProgressEventHandlerInfo | |
| Rückruf | com.aspose.ms.System.AsyncCallback | |
| Zustand | java.lang.Object |
Returns: com.aspose.ms.System.IAsyncResult
endInvoke(System.IAsyncResult result)
public final void endInvoke(System.IAsyncResult result)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Ergebnis | com.aspose.ms.System.IAsyncResult |