Re: Bound property



"Darryl L. Pierce" <mcpierce@xxxxxxxxx> writes:

> A bound property is one that has a set of specific, allowed values.

No, a bound property is one that generates a PropertyChangeEvent when
its value changes. I.e. the bean has
add/removePropertyChangeListener() methods.
.