Interface IObservableList<E>

Type Parameters:
E - the type of elements in this collection
All Superinterfaces:
Collection<E>, IObservable, IObservableCollection<E>, Iterable<E>, List<E>
All Known Subinterfaces:
ISWTObservableList<E>, IViewerObservableList<E>
All Known Implementing Classes:
AbstractObservableList, ComputedList, DecoratingObservableList, MultiList, ObservableList, WritableList

public interface IObservableList<E> extends List<E>, IObservableCollection<E>
A list whose changes can be tracked by list 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.