Class CollectionContainer.CollectionChangeEvent<T>

java.lang.Object
java.util.EventObject
io.jmix.ui.model.CollectionContainer.CollectionChangeEvent<T>
All Implemented Interfaces:
Serializable
Enclosing interface:
CollectionContainer<E>

public static class CollectionContainer.CollectionChangeEvent<T> extends EventObject
Event sent on changes in the container items collection - adding, removing, replacing elements.
See Also: