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