java.beans
public interface PropertyChangeListener extends EventListener
Since: 1.1
See Also: PropertyChangeSupport
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
void | propertyChange(PropertyChangeEvent e)
Fired after a Bean's property has changed.
|
Parameters: e the change (containing the old and new values)