Package io.jmix.flowui.model.impl
Interface ItemPropertyChangeNotifier
- All Known Implementing Classes:
CollectionContainerImpl,CollectionPropertyContainerImpl,InstanceContainerImpl,InstancePropertyContainerImpl,KeyValueCollectionContainerImpl,KeyValueContainerImpl
public interface ItemPropertyChangeNotifier
Interface that defines a contract for handling changes to properties of a particular item.
Implementations of this interface allow the monitoring and reacting to changes in the properties of entities, facilitating dynamic updates and maintaining consistency between state and data.
-
Method Summary
Modifier and TypeMethodDescriptionvoidHandles changes to a specific property of an item.
-
Method Details
-
itemPropertyChanged
Handles changes to a specific property of an item. This method is called whenever a property of an item changes, providing details about the item, the property, and its old and new values.- Parameters:
e- anEntityPropertyChangeEventobject containing information about the changed property
-