| Package | Description |
|---|---|
| org.eclipse.gef4.common.notify |
This package provides abstractions and implementations of observable collections.
|
| Class and Description |
|---|
| IListObserver
An
IListObserver can be used to monitor changes made to an
ObservableList. |
| IMapObserver
An
IMapObserver can be used to monitor changes made to an
ObservableMap. |
| ObservableList
An
ObservableList maintains a list of observers
which are notified whenever the list changes. |
| ObservableMap
An
ObservableMap maintains a list of observers
which are notified whenever the map changes. |
Copyright (c) 2014 itemis AG and others. All rights reserved.