Package mirrormap.collections

Interface Summary
IMapListener<K,V> Receives notifications of changes to the underlying Map wrapped by a NotifyingMap.
 

Class Summary
MapListenerAdapter<K,V> Implements no-op methods for the IMapListener
NotifyingMap<K,V> A NotifyingMap wraps a Map and notifies IMapListener instances when entries in the underlying map are added, updated or removed.
 



Copyright © 2010. All Rights Reserved.