Interface ObservableSetMultimap<K,V>

Type Parameters:
K - The key type of the ObservableSetMultimap.
V - The value type of the ObservableSetMultimap.
All Superinterfaces:
Multimap<K,V>, Observable, SetMultimap<K,V>
All Known Subinterfaces:
ObservableSetMultimapValue<K,V>, WritableSetMultimapValue<K,V>
All Known Implementing Classes:
ReadOnlySetMultimapProperty, ReadOnlySetMultimapPropertyBase, ReadOnlySetMultimapWrapper, SetMultimapBinding, SetMultimapExpression, SetMultimapProperty, SetMultimapPropertyBase, SimpleSetMultimapProperty

public interface ObservableSetMultimap<K,V> extends SetMultimap<K,V>, Observable
An ObservableSetMultimap is a specific SetMultimap that allows observers to track changes by registering SetMultimapChangeListeners.