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