Interface PropertyChangeListener


public interface PropertyChangeListener
The listener interface for receiving changes to a property value.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    propertyChanged(Property property, Object valueContainer, Object oldValue, Object newValue)
    Invoked when a property value has changed.
  • Method Details

    • propertyChanged

      void propertyChanged(Property property, Object valueContainer, Object oldValue, Object newValue)
      Invoked when a property value has changed.
      Parameters:
      property - the property
      valueContainer - the object containing the value
      oldValue - the old property value
      newValue - the new property value