UnifiedSaveOptions.ConversionProgressEventHandler

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

public abstract static class UnifiedSaveOptions.ConversionProgressEventHandler extends 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.

Constructors

ConstructorDescription
ConversionProgressEventHandler()

Methods

MethodDescription
invoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo)Represents class with abstract method that usually supplied by calling side and handles progress events that comes from converter.
beginInvoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo, System.AsyncCallback callback, Object state)internal method
endInvoke(System.IAsyncResult result)internal method
isEmpty()

ConversionProgressEventHandler()

public ConversionProgressEventHandler()

invoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo)

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.

Parameters:

ParameterTypeDescription
eventInfoProgressEventHandlerInforepresents information about occurred progress event

beginInvoke(UnifiedSaveOptions.ProgressEventHandlerInfo eventInfo, System.AsyncCallback callback, Object state)

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

internal method

Parameters:

ParameterTypeDescription
eventInfoProgressEventHandlerInfointernal object
callbackcom.aspose.ms.System.AsyncCallbackinternal object
statejava.lang.Objectinternal object

Returns: com.aspose.ms.System.IAsyncResult - internal object

endInvoke(System.IAsyncResult result)

public final void endInvoke(System.IAsyncResult result)

internal method

Parameters:

ParameterTypeDescription
resultcom.aspose.ms.System.IAsyncResultinternal object

isEmpty()

public boolean isEmpty()

Returns: boolean - boolean value