Interface IPropertyChangeListener<T>


public interface IPropertyChangeListener<T>
A IPropertyChangeListener can be registered with a StateObject in order to be notified when the value of a property changes.
Since:
2.4
Version:
2.4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies this listener that a certain property has changed.
  • Method Details

    • propertyChanged

      void propertyChanged(IPropertyChangeEvent<T> e)
      Notifies this listener that a certain property has changed.
      Parameters:
      e - The IPropertyChangeEvent object containing the information of the change