E - type of the scoped setpublic interface ScopedSetObserver<E>
ScopedSet.| Modifier and Type | Method and Description |
|---|---|
void |
scopedSetChange(ScopedSet<E> set,
java.util.Collection<E> removed)
The given set changed due to a scope change.
|