public interface UpdateableModelConverter extends ModelConverter
| Modifier and Type | Method and Description |
|---|---|
void |
addModelModificationListener(Object model,
ModelModificationListener listener)
Adds the given
ModelModificationListener to the given model. |
void |
removeModelModificationListener(Object model,
ModelModificationListener listener)
Removes the ModelModificationListener from the given model.
|
afterDetach, beforeAttach, create, exists, getAttributeValue, getDirtyAttributes, getLocalizedAttributeValue, getPersistenceSource, getSource, getType, getWritablePartOfAttributes, init, isModified, isModified, isModified, isNew, isRemoved, isUpToDate, load, reload, remove, save, setAttributeValuevoid addModelModificationListener(Object model, ModelModificationListener listener)
ModelModificationListener to the given model.void removeModelModificationListener(Object model, ModelModificationListener listener)
Copyright © 2017 SAP SE. All Rights Reserved.