org.apache.commons.events.observable |
|
Java Source File Name | Type | Comment |
BoundBag.java | Class | |
BoundBuffer.java | Class |
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. |
BoundCollection.java | Class |
Decorates a Collection implementation with a bound
property named "collection".
Each modifying method call made on this Collection is
handled as a change to the "collection" property. |
BoundList.java | Class | Decorates a List interface with a bound property called
"collection".
Each modifying method call made on this List is
handled as a change to the "collection" property. |
BoundMap.java | Class |
Decorates a Map implementation with a bound
property named "collection".
Each modifying method call made on this Map is
handled as a change to the "collection" property. |
BoundSet.java | Class |
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. |
BoundSortedBag.java | Class | |
BoundSortedMap.java | Class |
Decorates a SortedMap implementation with a bound
property named "collection".
Each modifying method call made on this SortedMap is
handled as a change to the "collection" property. |
BoundSortedSet.java | Class |
Decorates a SortedSet implementation with a bound
property named "collection".
Each modifying method call made on this SortedSet is
handled as a change to the "collection" property. |
CollectionChangeEvent.java | Class |
This event is fired to all registered listeners whenever an observed
collection is altered. |
CollectionChangeEventFactory.java | Interface |
This interface defines a factory for the production of
CollectionChangeEvents. |
CollectionChangeType.java | Class | Defines event constants for event handling and matching. |
ConstrainedCollection.java | Class | Decorates a Collection implementation to observe modifications. |
DefaultCollectionChangeEventFactory.java | Class | |
ObservedTestHelper.java | Class | Helper for testing
ObservedCollection implementations. |
TestAll.java | Class | Entry point for all observable tests. |
TestObservableBag.java | Class | Extension of
TestBag for exercising the
ObservableBag implementation. |
TestObservableBuffer.java | Class | Extension of
TestCollection for exercising the
ObservableBuffer implementation. |
TestObservableCollection.java | Class | Extension of
TestCollection for exercising the
ObservedCollection implementation. |
TestObservableList.java | Class | Extension of
TestList for exercising the
ObservedList implementation. |
TestObservableSet.java | Class | Extension of
TestSet for exercising the
ObservedSet implementation. |
TestObservableSortedBag.java | Class | Extension of
TestSortedBag for exercising the
ObservedSortedBag implementation. |
TestObservableSortedSet.java | Class | Extension of
TestSortedSet for exercising the
ObservedSortedSet implementation. |