ProgressEventHandler

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

public abstract class ProgressEventHandler extends System.MulticastDelegate

Riferimento alla funzione gestore dell’evento di progresso

Costruttori

CostruttoreDescrizione
ProgressEventHandler()

Metodi

MetodoDescrizione
invoke(ProgressEventHandlerInfo info)Riferimento alla funzione gestore dell’evento di progresso
beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
endInvoke(System.IAsyncResult result)

ProgressEventHandler()

public ProgressEventHandler()

invoke(ProgressEventHandlerInfo info)

public abstract void invoke(ProgressEventHandlerInfo info)

Riferimento alla funzione gestore dell’evento di progresso

Parameters:

ParametroTipoDescrizione
infoProgressEventHandlerInfoI dati del gestore dell’evento di avanzamento.

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

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

Parameters:

ParametroTipoDescrizione
infoProgressEventHandlerInfo
callbackcom.aspose.ms.System.AsyncCallback
statojava.lang.Object

Returns: com.aspose.ms.System.IAsyncResult

endInvoke(System.IAsyncResult result)

public final void endInvoke(System.IAsyncResult result)

Parameters:

ParametroTipoDescrizione
risultatocom.aspose.ms.System.IAsyncResult