Interface ObservableListSelection<T>

All Superinterfaces:
GetValueModel<T>, Iterable<T>, ObservableList<T>, ObservableValue<T>, Property
All Known Subinterfaces:
ObservableListIndexSelectionExt<T>, WritableListIndexSelectionExt<T>, WritableListSelection<T>
All Known Implementing Classes:
ReadOnlyListIndexSelectionExt, ReadOnlyListSelection, WritableListIndexSelectionImpl, WritableListSelectionImpl

public interface ObservableListSelection<T> extends ObservableList<T>