| Interface | Description |
|---|---|
| IObservableList<T> |
This extension to the List interface describes a list that can be Observed, and which sends "updates" for
every change made to it's contents.
|
| Class | Description |
|---|---|
| ObservableList<T> |
A list that generates change events for it's content, and that does not allow null elements.
|
| ObservableListModelAdapter<T> |
This adapter creates a
ITableModel from an IObservableList instance. |
Copyright © 2017 etc.to. All rights reserved.