| Bound Properties |
|
|
Notifies other objects when value changes | |
|
|
Fire a PropertyChange event | |
|
|
PropertyChange events contain the property name, and the old and new values |
|
|
|
Notification granularity is, by default, per Bean, not per property | |
|
|
The BDK class PropertyChangeSupport simplifies implementing bound properties | |