Package com.adobe.xfa.form
Interface FormInstanceManager.InstanceListener
- All Known Implementing Classes:
AcroFormLayout
- Enclosing class:
FormInstanceManager
public static interface FormInstanceManager.InstanceListener
Interface for being notified of instances being added/removed/moved
-
Method Summary
Modifier and TypeMethodDescriptionvoidpostAddInstance(Node wasAdded) voidpostMoveInstance(Node wasMoved) voidpostRemoveInstance(Node wasRemoved) voidvoidpreMoveInstance(Node toBeMoved) voidpreRemoveInstance(Node toBeRemoved)
-
Method Details
-
preAddInstance
void preAddInstance() -
preRemoveInstance
-
preMoveInstance
-
postAddInstance
-
postRemoveInstance
-
postMoveInstance
-