public interface PropertyChangeListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
|
void propertyChange(PropertyChangeEvent evt)
evt - A PropertyChangeEvent object describing the event source
and the property that has changed.