dsto.dfc.collections
Interface MonitoredCollection

All Superinterfaces:
Collection, Iterable
All Known Subinterfaces:
MonitoredList, MonitoredSet
All Known Implementing Classes:
BasicMonitoredCollection, BasicMonitoredList, BasicMonitoredSet, CompositeList, CountedSet, DfcMonitoredList, EmptyMonitoredCollection, ListDataObject, SetDataObject, StackDataObject, SuperSet

public interface MonitoredCollection
extends Collection

Defines a Collection that may be monitored for changes via the CollectionListener interface.

Version:
$Revision$

Method Summary
 void addCollectionListener(CollectionListener l)
           
 void removeCollectionListener(CollectionListener l)
           
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

addCollectionListener

void addCollectionListener(CollectionListener l)

removeCollectionListener

void removeCollectionListener(CollectionListener l)


Copyright © 2008 Commonwealth of Australia