Interface ObservableMultiset<E>

Type Parameters:
E - The element type of the Multiset.
All Superinterfaces:
Collection<E>, Iterable<E>, Multiset<E>, Observable
All Known Subinterfaces:
ObservableMultisetValue<E>, WritableMultisetValue<E>
All Known Implementing Classes:
MultisetBinding, MultisetExpression, MultisetProperty, MultisetPropertyBase, ReadOnlyMultisetProperty, ReadOnlyMultisetPropertyBase, ReadOnlyMultisetWrapper, SimpleMultisetProperty

public interface ObservableMultiset<E> extends Multiset<E>, Observable
An ObservableMultiset is a specific Multiset that allows observers to track changes by registering MultisetChangeListeners.