public abstract interface ObservableList<E>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

A list that allows listeners to track changes when they occur.

extends List<E>, Observable

Parameters:
<E>    the list element type

See also:
ListChangeListener, ListChangeListener.Change

Since:  JavaFX 2.0