net.mtu.eggplant.util.event
Class CollectionEvent
java.lang.Object
java.util.EventObject
net.mtu.eggplant.util.event.CollectionEvent
- All Implemented Interfaces:
- Serializable
public class CollectionEvent
- extends EventObject
- Version:
- $Revision$
- See Also:
- Serialized Form
Method Summary |
Collection<?> |
getData()
Get the Collection of objects that were added/removed. |
CollectionEvent
public CollectionEvent(Object source,
Collection<?> data)
getData
public Collection<?> getData()
- Get the Collection of objects that were added/removed.