PropertyChangeSupport.firePropertyChange

PropertyChangeSupport.firePropertyChange

Class Overview | Class Members | This Package | All Packages

Syntax
public void firePropertyChange( String propertyName, Object oldValue, Object newValue )
Parameters
propertyName
The programmatic name of the property that was changed.
oldValue
The old value of the property.
newValue
The new value of the property.
Description
Report a bound property update to any registered listeners. No event is fired if old and new are equal and non-null.