Package | Description |
---|---|
org.eclipse.gef4.common.notify |
This package provides abstractions and implementations of observable
collections.
|
Modifier and Type | Method and Description |
---|---|
void |
IListObserver.afterChange(ObservableList<T> observableList,
java.util.List<T> previousList)
Called when changes are made to an
ObservableList where this
IListObserver is registered. |
Copyright (c) 2014 itemis AG and others. All rights reserved.