Package | Description |
---|---|
org.eclipse.gef4.common.notify |
This package provides abstractions and implementations of observable
collections.
|
Modifier and Type | Method and Description |
---|---|
void |
ObservableList.addListObserver(IListObserver<T> listObserver)
Adds the given
IListObserver to the list of observers, which are
notified whenever this ObservableList changes. |
void |
ObservableList.removeListObserver(IListObserver<T> listObserver)
Removes the given
IListObserver from the list of observers, which
are notfied whenever this ObservableList changes. |
Copyright (c) 2014 itemis AG and others. All rights reserved.