Class SetMultimapListenerHelper<K,V>

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

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