public static interface

NewPageDialog.Callback

com.pspdfkit.document.editor.page.NewPageDialog.Callback

Class Overview

This listener interface needs to be implemented by any class that wishes to handle new page creation event.

Summary

Public Methods
abstract void onDialogCancelled()
Called when the user cancelled the dialog.
abstract void onDialogConfirmed(NewPage newPage)
Called when the user confirmed the dialog.

Public Methods

public abstract void onDialogCancelled ()

Called when the user cancelled the dialog.

public abstract void onDialogConfirmed (NewPage newPage)

Called when the user confirmed the dialog.

Parameters
newPage The page configuration created with the dialog.