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