Attach a non-null PropertyChangeListener to this object.
Parameters: l - a non-null PropertyChangeListener instance throws: IllegalArgumentException - if the parameter is null
Report a property change to registered listeners (for example edit parts).
Parameters: property - the programmatic name of the property that changed Parameters: oldValue - the old value of this property Parameters: newValue - the new value of this property