public interface BindTarget
Allows binding arbitrary components to data storage
Methods
public abstract void propertyChanged(Component source, String propertyName, Object oldValue, Object newValue) | Fired when a property of the component changes to a new value |
Method details
propertyChanged
public abstract void propertyChanged(Component source, String propertyName, Object oldValue, Object newValue)Fired when a property of the component changes to a new value
Parameters
sourceComponent- the source component
propertyNameString- the name of the property
oldValueObject- the old value of the property
newValueObject- the new value for the property