Class DecoratingObservableCollection<E>

Type Parameters:
E - type of the elements in the collection
All Implemented Interfaces:
Iterable<E>, Collection<E>, IDecoratingObservable, IObservable, IObservableCollection<E>
Direct Known Subclasses:
DecoratingObservableList, DecoratingObservableSet

public class DecoratingObservableCollection<E> extends DecoratingObservable implements IObservableCollection<E>
An observable collection which decorates another observable collection
Since:
1.2
Implementation Note:
If methods are added to the interface which this class implements then implementations of those methods must be added to this class.