com.pspdfkit.ui.special_mode.manager.FormManager |
Known Indirect Subclasses
|
Class Overview
Interface for objects that manage a list of form listener instances.
Public Methods
Adds a FormManager.OnFormElementClickedListener
to get notified when form element has been
clicked. If the listener has already been added previously, this method will be a no-op.
Adding null
is not allowed, and will result in an exception.
Adds a FormManager.OnFormElementDeselectedListener
to get notified when form element gets
deselected. If the listener has already been added previously, this method will be a no-op.
Adding null
is not allowed, and will result in an exception.
Adds a FormManager.OnFormElementEditingModeChangeListener
to get notified when form element
editing mode gets updated. If the listener has already been added previously, this method
will be a no-op. Adding null
is not allowed, and will result in an exception.
Adds a FormManager.OnFormElementSelectedListener
to get notified when form element gets selected.
If the listener has already been added previously, this method will be a no-op. Adding null
is not allowed, and will result in an exception.
Adds a FormManager.OnFormElementUpdatedListener
to get notified when form element gets updated.
If the listener has already been added previously, this method will be a no-op. Adding null
is not allowed, and will result in an exception.
Adds a FormManager.OnFormElementViewUpdatedListener
to get notified about form element view
update events. If the listener has already been added previously, this method will be a
no-op. Adding null
is not allowed, and will result in an exception.
Removes a previously registered FormManager.OnFormElementClickedListener
. Upon calling this
method the listener
will no longer be notified of any changes. If the listener has
not been added, this method will be a no-op. Adding null
is not allowed,and will
result in an exception.
Removes a previously registered FormManager.OnFormElementDeselectedListener
. Upon calling this
method the listener
will no longer be notified of any changes. If the listener has
not been added, this method will be a no-op. Adding null
is not allowed,and will
result in an exception.
Removes a previously registered FormManager.OnFormElementEditingModeChangeListener
. Upon calling
this method the listener
will no longer be notified of any changes. If the listener
has not been added, this method will be a no-op. Adding null
is not allowed,and will
result in an exception.
Removes a previously registered FormManager.OnFormElementSelectedListener
. Upon calling this
method the listener
will no longer be notified of any changes. If the listener has
not been added, this method will be a no-op. Adding null
is not allowed,and will
result in an exception.
Removes a previously registered FormManager.OnFormElementUpdatedListener
. Upon calling this
method the listener
will no longer be notified of any changes. If the listener has
not been added, this method will be a no-op. Adding null
is not allowed,and will
result in an exception.
Removes a previously registered FormManager.OnFormElementViewUpdatedListener
. Upon calling this
method the listener
will no longer be notified of any changes. If the listener has
not been added, this method will be a no-op. Adding null
is not allowed, and will
result in an exception.