dsto.dfc.collections
Interface MonitoredMap

All Superinterfaces:
Map
All Known Implementing Classes:
BasicMonitoredMap, MapDataObject

public interface MonitoredMap
extends Map

Defines a slightly frankensteinish Map that may be monitored for changes via the CollectionListener interface. Map's are not Collection's, but the changes made to them can be thought of as adding/removing Map.Entry's. Thus, the elements in CollectionEvent.getElements () are of type Map.Entry.

Version:
$Revision$

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 void addCollectionListener(CollectionListener l)
           
 void removeCollectionListener(CollectionListener l)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

addCollectionListener

void addCollectionListener(CollectionListener l)

removeCollectionListener

void removeCollectionListener(CollectionListener l)


Copyright © 2008 Commonwealth of Australia