Class MapListenerHelperEx<K,V>

java.lang.Object
org.eclipse.gef.common.collections.MapListenerHelperEx<K,V>
Type Parameters:
K - The key type of the ObservableMap.
V - The value type of the ObservableMap.
Direct Known Subclasses:
MapExpressionHelperEx

public class MapListenerHelperEx<K,V> extends Object
A utility class to support change notifications for an ObservableMap , replacing the JavaFX-internal MapChangeListener helper class.