Module javafx.base

Interface ObservableListValue<E>

Type Parameters:
E - the type of the List elements
All Superinterfaces:
Collection<E>, Iterable<E>, List<E>, Observable, ObservableList<E>, ObservableObjectValue<ObservableList<E>>, ObservableValue<ObservableList<E>>
All Known Implementing Classes:
ListBinding, ListExpression, ListProperty, ListPropertyBase, ReadOnlyListProperty, ReadOnlyListPropertyBase, ReadOnlyListWrapper, SimpleListProperty

public interface ObservableListValue<E>
extends ObservableObjectValue<ObservableList<E>>, ObservableList<E>
An observable reference to an ObservableList.
Since:
JavaFX 2.1
See Also:
ObservableList, ObservableObjectValue, ObservableValue