PdfFileEditor.ConcatenationProgressHandler
Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate
public abstract static class PdfFileEditor.ConcatenationProgressHandler extends System.MulticastDelegate
Represents class with abstract method that usually supplied by calling side and handles progress events that comes from concatenation. Usually such supplied customer’s handler can be used to show total concatenation progress on console or in progress bar.
represents information about occurred progress event
Constructors
Constructor | Description |
---|---|
ConcatenationProgressHandler() |
Methods
Method | Description |
---|---|
invoke(PdfFileEditor.ProgressEventHandlerInfo eventInfo) |
ConcatenationProgressHandler()
public ConcatenationProgressHandler()
invoke(PdfFileEditor.ProgressEventHandlerInfo eventInfo)
public abstract void invoke(PdfFileEditor.ProgressEventHandlerInfo eventInfo)
Parameters:
Parameter | Type | Description |
---|---|---|
eventInfo | ProgressEventHandlerInfo |