public static interface

AnnotationCreatorInputDialogFragment.OnAnnotationCreatorSetListener

com.pspdfkit.ui.AnnotationCreatorInputDialogFragment.OnAnnotationCreatorSetListener

Class Overview

This listener interface needs to be implemented by any class that wishes to handle AnnotationCreatorInputDialogFragment specific dialog events.

Summary

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.

Public Methods

public abstract void onAbort ()

Called when the user aborted setting an annotation creator name.

public abstract void onAnnotationCreatorSet (String annotationCreator)

This Callback gets invoked when the user completed setting an annotation creator name.

Parameters
annotationCreator The name of the annotation creator that has been set by the user.