public interface BindTarget
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChanged(Component source,
String propertyName,
Object oldValue,
Object newValue)
Deprecated.
Fired when a property of the component changes to a new value
|
void propertyChanged(Component source, String propertyName, Object oldValue, Object newValue)
source - the source componentpropertyName - the name of the propertyoldValue - the old value of the propertynewValue - the new value for the property