public interface PropertyChangeListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChange(PropertyChangeEvent event)
The source bean calls this method when an event is raised.
|
void propertyChange(PropertyChangeEvent event)
event - the PropertyChangeEvent object which contains the name
and the old and new value of the property that has changed.