E - the type of element in the listpublic final class WeakCollectionListener<E> extends java.lang.Object implements CollectionListener<E>
Note: Use sparingly, it is preferable to manually remove listeners.
| Constructor and Description |
|---|
WeakCollectionListener(CollectionListener<E> realListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
collectionChanged(CollectionEvent<E> event)
The collection has changed in the way described by the event.
|
public WeakCollectionListener(CollectionListener<E> realListener)
public void collectionChanged(CollectionEvent<E> event)
CollectionListenercollectionChanged in interface CollectionListener<E>