net.mtu.eggplant.util.event
Class CollectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.mtu.eggplant.util.event.CollectionEvent
All Implemented Interfaces:
Serializable

public class CollectionEvent
extends EventObject

Version:
$Revision$
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CollectionEvent(Object source, Collection<?> data)
           
 
Method Summary
 Collection<?> getData()
          Get the Collection of objects that were added/removed.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionEvent

public CollectionEvent(Object source,
                       Collection<?> data)
Method Detail

getData

public Collection<?> getData()
Get the Collection of objects that were added/removed.