net.mtu.eggplant.util.event
Interface CollectionListener

All Superinterfaces:
EventListener

public interface CollectionListener
extends EventListener

Listener for events fired on collections that change.

Version:
$Revision$

Method Summary
 void objectsAdded(CollectionEvent ce)
          Called to notify the listener that objects have been added to the Collection.
 void objectsRemoved(CollectionEvent ce)
          Called to notify the listener that objects have been removed from the Collection.
 

Method Detail

objectsAdded

void objectsAdded(CollectionEvent ce)
Called to notify the listener that objects have been added to the Collection.


objectsRemoved

void objectsRemoved(CollectionEvent ce)
Called to notify the listener that objects have been removed from the Collection.