Class CollectionChange<T extends Collection<?>>

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ListChange, MultisetChange, SetChange

public abstract class CollectionChange<T extends Collection<?>> extends ContainerChange<T>
Changes on a Collection property
See Also: