public interface CollectionListener<T>
extends java.util.EventListener
T
is the type of item stored in the collection.Modifier and Type | Method and Description |
---|---|
void |
collectionChanged(CollectionEvent<T> ev)
Called when an item is added or deleted from a collection.
|
void collectionChanged(CollectionEvent<T> ev)
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License