Interface EntityPropertyChangeListener

All Known Implementing Classes:
DataContextImpl.EmbeddedPropertyChangeListener, DataContextImpl.EmbeddedPropertyChangeListener, DataContextImpl.PropertyChangeListener, DataContextImpl.PropertyChangeListener
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EntityPropertyChangeListener
Interface to track changes in data model objects.
  • Method Details

    • propertyChanged

      void propertyChanged(EntityPropertyChangeEvent e)
      Called when value of instance property changed.
      Parameters:
      e - event object