| com.pspdfkit.document.editor.page.NewPageDialog.Callback |
This listener interface needs to be implemented by any class that wishes to handle new page creation event.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onDialogCancelled()
Called when the user cancelled the dialog.
| ||||||||||
| abstract void |
onDialogConfirmed(NewPage newPage)
Called when the user confirmed the dialog.
| ||||||||||
Called when the user cancelled the dialog.
Called when the user confirmed the dialog.
| newPage | The page configuration created with the dialog. |
|---|