public abstract class OnPageExportedAction
extends com.aspose.ms.System.MulticastDelegate
Delegate for firing when page is exported
Constructor and Description |
---|
OnPageExportedAction() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(DjvuPage page,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
void |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract void |
invoke(DjvuPage page)
Delegate for firing when page is exported
|
getDelegateId, getInvocationList, op_Equality, op_Inequality
public abstract void invoke(DjvuPage page)
Delegate for firing when page is exported
page
- The page which was export topublic final com.aspose.ms.System.IAsyncResult beginInvoke(DjvuPage page, com.aspose.ms.System.AsyncCallback callback, Object state)
public final void endInvoke(com.aspose.ms.System.IAsyncResult result)