public class CollectionChangeEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionChangeEvent.Kind |
| Constructor and Description |
|---|
CollectionChangeEvent(Object collection,
CollectionChangeEvent.Kind kind,
Object key,
Object[] values) |
public CollectionChangeEvent(Object collection, CollectionChangeEvent.Kind kind, Object key, Object[] values)
public Object getCollection()
public CollectionChangeEvent.Kind getKind()