Module com.gluonhq.connect
Package com.gluonhq.connect
The package containing the base classes of the Gluon Connect framework.
-
Interface Summary Interface Description GluonObservable This is the common interface for both GluonObservableObject and GluonObservableList. -
Class Summary Class Description ConnectStateEvent 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 Summary Enum Description ConnectState The possible states aGluonObservable
can be in while aDataProvider
operation is in progress.