See: Description
Interface | Description |
---|---|
IListObserver<T> |
An
IListObserver can be used to monitor changes made to an
ObservableList . |
IMapObserver<K,V> |
An
IMapObserver can be used to monitor changes made to an
ObservableMap . |
Class | Description |
---|---|
ObservableList<T> |
An
ObservableList maintains a list of observers
which are notified whenever the list changes. |
ObservableMap<K,V> |
An
ObservableMap maintains a list of observers
which are notified whenever the map changes. |
Copyright (c) 2014 itemis AG and others. All rights reserved.