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 Type
    Method
    Description
    void
    handlePostMerge(Object clientData)
    Defines the callback method that will be invoked immediately after a merge but before any initialize events are fired.