Package com.adobe.xfa.form
Interface FormModel.PostMergeHandler
- Enclosing class:
FormModel
public static interface FormModel.PostMergeHandler
Defines the callback interface that will be invoked immediately after
a merge but before any initialize events are fired.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandlePostMerge(Object clientData) Defines the callback method that will be invoked immediately after a merge but before any initialize events are fired.
-
Method Details
-
handlePostMerge
Defines the callback method that will be invoked immediately after a merge but before any initialize events are fired.- Parameters:
clientData- the Object passed toFormModel.setPostMergeHandler(PostMergeHandler, Object)
-