Decorates a Set implementation with a bound
property named "collection".
Each modifying method call made on this Set is
handled as a change to the "collection" property. This
facility serves to notify subscribers of a change to the set
but does not allow users the option of vetoing the change. To
gain the ability to veto the change, use a
ConstrainedSet decorater.
See Also: BoundCollection since: Commons Events 1.0 author: Stephen Colebourne, Bryce Nordgren |