imx.lib.listener
Interface ActiveCollection

All Superinterfaces:
ActiveInterface, java.util.Collection, java.lang.Iterable
All Known Implementing Classes:
ActiveArrayList

public interface ActiveCollection
extends java.util.Collection, ActiveInterface

Combines the Collection and ActiveInterface. To implement this interface an object must call all registered listeners, if the collection changes.


Method Summary
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface imx.lib.listener.ActiveInterface
addListener, removeListener