Class SetMultimapExpressionHelper<K,V>

java.lang.Object
org.eclipse.gef.common.collections.SetMultimapListenerHelper<K,V>
org.eclipse.gef.common.beans.binding.SetMultimapExpressionHelper<K,V>
Type Parameters:
K - The key type of the ObservableSetMultimap.
V - The value type of the ObservableSetMultimap.

public class SetMultimapExpressionHelper<K,V> extends SetMultimapListenerHelper<K,V>
A utility class to support change notifications for an ObservableSetMultimap.