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