public interface PropertyChangeListener extends EventListener
PropertyChangeSupport
Modifier and Type | Method and Description |
---|---|
void |
propertyChange(PropertyChangeEvent e)
Fired after a Bean's property has changed.
|
void propertyChange(PropertyChangeEvent e)
e
- the change (containing the old and new values)