com.pspdfkit.ui.AnnotationCreatorInputDialogFragment.OnAnnotationCreatorSetListener |
This listener interface needs to be implemented by any class that wishes to handle AnnotationCreatorInputDialogFragment
specific dialog events.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onAbort()
Called when the user aborted setting an annotation creator name.
| ||||||||||
abstract void |
onAnnotationCreatorSet(String annotationCreator)
This Callback gets invoked when the user completed setting an annotation creator name.
|
Called when the user aborted setting an annotation creator name.
This Callback gets invoked when the user completed setting an annotation creator name.
annotationCreator | The name of the annotation creator that has been set by the user. |
---|