K - The type of the map's keys.V - The type of the map's values.public interface IMapObserver<K,V>
IMapObserver can be used to monitor changes made to an
ObservableMap.| Modifier and Type | Method and Description |
|---|---|
void |
afterChange(ObservableMap<K,V> observableMap,
java.util.Map<K,V> previousMap)
Called when changes are made to an
ObservableMap where this
IMapObserver is registered. |
void afterChange(ObservableMap<K,V> observableMap, java.util.Map<K,V> previousMap)
ObservableMap where this
IMapObserver is registered.observableMap - The ObservableMap that changed.previousMap - A copy of the map before the change.Copyright (c) 2014 itemis AG and others. All rights reserved.