public interface PropertyChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChanged(Property property,
java.lang.Object valueContainer,
java.lang.Object oldValue,
java.lang.Object newValue)
Invoked when a property value has changed.
|
void propertyChanged(Property property, java.lang.Object valueContainer, java.lang.Object oldValue, java.lang.Object newValue)
property - the propertyvalueContainer - the object containing the valueoldValue - the old property valuenewValue - the new property value