nl.knowledgeplaza.util.collection
Interface CollectionListener
public interface CollectionListener
The listener interface for receiving collection events. The class that is
interested in processing a collection event implements this interface, and
the object created with that class is registered with a component, using
the component's addCollectionListener method. When the collection event occurs,
that object's appropriate collection change method is invoked.
collectionChanged
void collectionChanged(CollectionEvent e)
- Invoked when an ObservableCollection changes
- Parameters:
e - the CollectionEvent
Copyright © 2010. All Rights Reserved.