Uses of Interface
nl.knowledgeplaza.util.collection.CollectionListener

Packages that use CollectionListener
nl.knowledgeplaza.util.collection   
 

Uses of CollectionListener in nl.knowledgeplaza.util.collection
 

Fields in nl.knowledgeplaza.util.collection with type parameters of type CollectionListener
protected  java.util.ArrayList<CollectionListener> ObservableList.iListeners
          the observers of this collection
protected  java.util.ArrayList<CollectionListener<T>> ObservableListWrapper.listeners
          the observers of this collection
 

Methods in nl.knowledgeplaza.util.collection with parameters of type CollectionListener
 void ObservableSortedSet.addCollectionListener(CollectionListener l)
          Adds a listener to this collection.
 void ObservableSortedMap.addCollectionListener(CollectionListener l)
          Adds a listener to this collection.
 void ObservableSet.addCollectionListener(CollectionListener l)
          Adds a listener to this collection.
 void ObservableMap.addCollectionListener(CollectionListener l)
          Adds a listener to this collection.
 void ObservableList.addCollectionListener(CollectionListener l)
          Adds a listener to this collection.
 void ObservableListWrapper.addCollectionListener(CollectionListener<T> l)
           
 void ObservableCollection.addCollectionListener(CollectionListener<T> l)
          Adds a CollectionListener to the collection
 void ObservableSortedSet.removeCollectionListener(CollectionListener l)
          Removes the listener from this collection.
 void ObservableSortedMap.removeCollectionListener(CollectionListener l)
          Removes the listener from this collection.
 void ObservableSet.removeCollectionListener(CollectionListener l)
          Removes the listener from this collection.
 void ObservableMap.removeCollectionListener(CollectionListener l)
          Removes the listener from this collection.
 void ObservableList.removeCollectionListener(CollectionListener l)
          Removes the listener from this collection.
 void ObservableListWrapper.removeCollectionListener(CollectionListener<T> l)
           
 void ObservableCollection.removeCollectionListener(CollectionListener<T> l)
          Removes a CollectionListener to the collection
 



Copyright © 2010. All Rights Reserved.