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

source Component
the source component
propertyName String
the name of the property
oldValue Object
the old value of the property
newValue Object
the new value for the property