PropertyChangeListener.propertyChange

PropertyChangeListener.propertyChange

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void propertyChange( PropertyChangeEvent evt )
Parameters
evt
A PropertyChangeEvent object describing the event source and the property that has changed.
Description
This method gets called when a bound property is changed.