Interface ModelModificationListener
public interface ModelModificationListener
Model modification listener interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyModelUpdated(Object model, ModelConverter conv) Notifies theModelContextfor the given model and the Modelconverter during modifications.
-
Method Details
-
notifyModelUpdated
Notifies theModelContextfor the given model and the Modelconverter during modifications.
-