Interface IObservableSet<E>

Type Parameters:
E - the type of the elements in this set
All Superinterfaces:
Collection<E>, IObservable, IObservableCollection<E>, Iterable<E>, Set<E>
All Known Subinterfaces:
IViewerObservableSet<E>
All Known Implementing Classes:
AbstractObservableSet, ComputedSet, DecoratingObservableSet, ListToSetAdapter, MappedSet, ObservableSet, UnionSet, WritableSet

public interface IObservableSet<E> extends Set<E>, IObservableCollection<E>
A set whose changes can be tracked by set change listeners.
Since:
1.0
See Also:
Restriction:
This interface is not intended to be implemented by clients. Clients should instead subclass one of the classes that implement this interface.

Authors of extensions to the databinding framework may extend this interface and indirectly implement it, but if doing so must also extend one of the framework classes. (Use an API problem filter to suppress the resulting warning.)

Direct implementers of this interface outside of the framework will be broken in future releases when methods are added to this interface.