A list that allows listeners to track changes when they occur.
In my TableView, one of the TableColumn values is an ObservableList. To simplify things, it only contains StringProperty values. In …