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 |
---|
ConversionProgressEventHandler() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
internal method
|
void |
endInvoke(com.aspose.ms.System.IAsyncResult result)
internal method
|
abstract void |
invoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo)
Represents class with abstract method that usually supplied by calling side and handles
progress events that comes from converter.
|
boolean |
isEmpty() |
getInvocationList, op_Equality, op_Inequality
public abstract void invoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo)
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.
eventInfo
- represents information about occurred progress eventpublic final com.aspose.ms.System.IAsyncResult beginInvoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo, com.aspose.ms.System.AsyncCallback callback, Object state)
eventInfo
- internal objectcallback
- internal objectstate
- internal objectpublic final void endInvoke(com.aspose.ms.System.IAsyncResult result)
result
- internal objectpublic boolean isEmpty()