public interface CollectionListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
objectsAdded(CollectionEvent ce)
Called to notify the listener that objects have been added to the
Collection.
|
void |
objectsRemoved(CollectionEvent ce)
Called to notify the listener that objects have been removed from the
Collection.
|
void objectsAdded(CollectionEvent ce)
void objectsRemoved(CollectionEvent ce)