public abstract static class UnifiedSaveOptions.ConversionProgressEventHandler
extends com.aspose.ms.System.MulticastDelegate
Represents class with abstract method that usually supplied by calling side and handles progress events that comes from converter. Usually such supplied customer's handler can be used to show total conversion progress on console or in progress bar.
Constructor and Description |
---|
UnifiedSaveOptions.ConversionProgressEventHandler() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
void |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract void |
invoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo) |
boolean |
isEmpty() |
getInvocationList, op_Equality, op_Inequality
public UnifiedSaveOptions.ConversionProgressEventHandler()
public abstract void invoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo)
public final com.aspose.ms.System.IAsyncResult beginInvoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo, com.aspose.ms.System.AsyncCallback callback, Object state)
public final void endInvoke(com.aspose.ms.System.IAsyncResult result)
public boolean isEmpty()
Copyright © 2019 Aspose. All Rights Reserved.