Uses of Interface
cz.cuni.amis.utils.collections.CollectionEventListener

Packages that use CollectionEventListener
cz.cuni.amis.utils.collections Collection wrappers supporting change events. 
 

Uses of CollectionEventListener in cz.cuni.amis.utils.collections
 

Classes in cz.cuni.amis.utils.collections that implement CollectionEventListener
 class ElementListener<T>
          Simple listener called for each element that has changed even in batch updates.
 class SimpleListener<T>
          Collection listener with only one method changed() called on each change.
 

Fields in cz.cuni.amis.utils.collections with type parameters of type CollectionEventListener
protected  Listeners<CollectionEventListener> ObservableCollection.eventListeners
           
 

Methods in cz.cuni.amis.utils.collections with parameters of type CollectionEventListener
 void ObservableCollection.addCollectionListener(CollectionEventListener listener)
           
 boolean ObservableCollection.removeCollectionListener(CollectionEventListener listener)
           
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.