public class CollectionEvent
extends java.util.EventObject
| Constructor and Description |
|---|
CollectionEvent(java.lang.Object source,
java.util.Collection<?> data) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<?> |
getData()
Get the Collection of objects that were added/removed.
|