Package io.jmix.mapsui.component.data
Class VectorLayerItems.ItemSetChangeEvent<E>
java.lang.Object
java.util.EventObject
io.jmix.mapsui.component.data.VectorLayerItems.ItemSetChangeEvent<E>
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- VectorLayerItems<E>
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionItemSetChangeEvent
(VectorLayerItems source, CollectionChangeType changeType, Collection<? extends E> changes) -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends E>
Returns changed items.Returns the type of change.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ItemSetChangeEvent
public ItemSetChangeEvent(VectorLayerItems source, CollectionChangeType changeType, Collection<? extends E> changes)
-
-
Method Details
-
getChangeType
Returns the type of change. -
getChanges
Returns changed items. IfgetChangeType()
isCollectionChangeType.REFRESH
, the method returns empty collection.
-