Package | Description |
---|---|
org.eclipse.gef4.common.notify |
This package provides abstractions and implementations of observable
collections.
|
Modifier and Type | Method and Description |
---|---|
void |
ObservableMap.addMapObserver(IMapObserver<K,V> mapObserver)
Adds the given
IMapObserver to the list of observers, which are
notified on changes. |
void |
ObservableMap.removeMapObserver(IMapObserver<K,V> mapObserver)
Removes the given
IMapObserver from the list of observers, which
are notified on changes. |
Copyright (c) 2014 itemis AG and others. All rights reserved.