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.
    Version:
    2.4
    Author:
    Pascal Filion
    Since:
    2.4
    • Method Detail

      • 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