public static interface

FormManager.OnFormElementUpdatedListener

com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementUpdatedListener
Known Indirect Subclasses

Summary

Public Methods
abstract void onFormElementUpdated(FormElement formElement)
Called when form element gets updated.

Public Methods

public abstract void onFormElementUpdated (FormElement formElement)

Called when form element gets updated.

Parameters
formElement Form element that has been updated.