See: Description
| Interface | Description |
|---|---|
| GluonObservable |
This is the common interface for both GluonObservableObject and GluonObservableList.
|
| Class | Description |
|---|---|
| GluonObservableList<E> |
A GluonObservableList is an ObservableList that is linked with a data source.
|
| GluonObservableObject<T> |
A GluonObservableObject is an ObservableObject that is linked with a data source.
|
| MultiValuedMap<K,V> |
A Map of key-value pairs where a key can contain multiple values.
|
| Enum | Description |
|---|---|
| ConnectState |
The possible states a
GluonObservable can be in while a DataProvider operation is in progress. |