OnPageExportedAction
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate
public abstract class OnPageExportedAction extends System.MulticastDelegate
Delegate for firing when page is exported
Constructors
Constructor | Description |
---|---|
OnPageExportedAction() |
Methods
Method | Description |
---|---|
invoke(DjvuPage page) | Delegate for firing when page is exported |
beginInvoke(DjvuPage page, System.AsyncCallback callback, Object state) | |
endInvoke(System.IAsyncResult result) |
OnPageExportedAction()
public OnPageExportedAction()
invoke(DjvuPage page)
public abstract void invoke(DjvuPage page)
Delegate for firing when page is exported
Parameters:
Parameter | Type | Description |
---|---|---|
page | DjvuPage | The page which was export to |
beginInvoke(DjvuPage page, System.AsyncCallback callback, Object state)
public final System.IAsyncResult beginInvoke(DjvuPage page, System.AsyncCallback callback, Object state)
Parameters:
Parameter | Type | Description |
---|---|---|
page | DjvuPage | |
callback | com.aspose.ms.System.AsyncCallback | |
state | java.lang.Object |
Returns: com.aspose.ms.System.IAsyncResult
endInvoke(System.IAsyncResult result)
public final void endInvoke(System.IAsyncResult result)
Parameters:
Parameter | Type | Description |
---|---|---|
result | com.aspose.ms.System.IAsyncResult |