Package com.hybris.cockpitng.core.model
Interface ModelObserver
-
- All Superinterfaces:
Identifiable,ValueObserver
- All Known Implementing Classes:
AbstractIdentifiableModelObserver,InlineEditorRefreshObserver
public interface ModelObserver extends Identifiable, ValueObserver
Listener for changes of model properties going through the widget controller.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.ObjectgetId()Gets the identity of object.-
Methods inherited from interface com.hybris.cockpitng.core.model.ValueObserver
modelChanged, modelChanged
-
-
-
-
Method Detail
-
getId
default java.lang.Object getId()
Description copied from interface:IdentifiableGets the identity of object.This identity should override
Object.equals(Object)andObject.hashCode()methods.- Specified by:
getIdin interfaceIdentifiable
-
-