Interface ModelModificationListener
-
public interface ModelModificationListenerModel modification listener interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyModelUpdated(java.lang.Object model, ModelConverter conv)Notifies theModelContextfor the given model and the Modelconverter during modifications.
-
-
-
Method Detail
-
notifyModelUpdated
void notifyModelUpdated(java.lang.Object model, ModelConverter conv)Notifies theModelContextfor the given model and the Modelconverter during modifications.
-
-