Uses of Interface
mirrormap.collections.IMapListener

Packages that use IMapListener
mirrormap.collections   
 

Uses of IMapListener in mirrormap.collections
 

Classes in mirrormap.collections that implement IMapListener
 class MapListenerAdapter<K,V>
          Implements no-op methods for the IMapListener
 

Methods in mirrormap.collections with parameters of type IMapListener
 boolean NotifyingMap.addListener(IMapListener<K,V> listener)
          Add a listener that will be notified when entries in the underlying Map are added, updated or removed.
 boolean NotifyingMap.removeListener(IMapListener<?,?> listener)
          Remove the listener from this NotifyingMap instance.
 



Copyright © 2010. All Rights Reserved.