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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handlePostMerge(java.lang.Object clientData)
Defines the callback method that will be invoked immediately after a merge but before any initialize events are fired.
-
-
-
Method Detail
-
handlePostMerge
void handlePostMerge(java.lang.Object clientData)
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)
-
-