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 Details

    • itemPropertyChanged

      void itemPropertyChanged(EntityPropertyChangeEvent e)
      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 - an EntityPropertyChangeEvent object containing information about the changed property