Package org.dishevelled.observable.impl

Observable decorator implementations for collection and map interfaces.

See:
          Description

Class Summary
ObservableCollectionImpl<E> Observable collection decorator that fires empty vetoable collection change events in preXxx methods and empty collection change events in postXxx methods.
ObservableListImpl<E> Observable list decorator that fires empty vetoable list change events in preXxx methods and empty list change events in postXxx methods.
ObservableMapImpl<K,V> Observable map decorator that fires empty vetoable map change events in preXxx methods and empty map change events in postXxx methods.
ObservableQueueImpl<E> Observable queue decorator that fires empty vetoable queue change events in preXxx methods and empty queue change events in postXxx methods.
ObservableSetImpl<E> Observable set decorator that fires empty vetoable set change events in preXxx methods and empty set change events in postXxx methods.
ObservableSortedMapImpl<K,V> Observable sorted map decorator that fires empty vetoable sorted map change events in preXxx methods and empty sorted map change events in postXxx methods.
ObservableSortedSetImpl<E> Observable sorted set decorator that fires empty vetoable sorted set change events in preXxx methods and empty sorted set change events in postXxx methods.
ObservableUtils Utility methods for creating observable collection and map interface decorators.
 

Package org.dishevelled.observable.impl Description

Observable decorator implementations for collection and map interfaces.

Summary

The decorators in this package fire empty vetoable change events in preXxx methods and empty change events in postXxx methods. Listeners may query the source of the events to determine what may or may not have changed due to the event.



Copyright (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).