public class CollectionChanges<T,E> extends Object implements CollectionObserver<E>
Modifier and Type | Method and Description |
---|---|
Collection<E> |
addedElements() |
void |
clear() |
void |
elementAdded(E element) |
void |
elementRemoved(E element) |
Collection<E> |
removedElements() |
public Collection<E> addedElements()
public Collection<E> removedElements()
public void elementAdded(E element)
elementAdded
in interface CollectionObserver<E>
public void elementRemoved(E element)
elementRemoved
in interface CollectionObserver<E>
public void clear()
clear
in interface CollectionObserver<E>