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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionItemSetChangeEvent(VectorLayerItems source, CollectionChangeType changeType, Collection<? extends E> changes) 
- 
Method SummaryModifier and TypeMethodDescriptionCollection<? extends E>Returns changed items.Returns the type of change.Methods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
ItemSetChangeEventpublic ItemSetChangeEvent(VectorLayerItems source, CollectionChangeType changeType, Collection<? extends E> changes) 
 
- 
- 
Method Details- 
getChangeTypeReturns the type of change.
- 
getChangesReturns changed items. IfgetChangeType()isCollectionChangeType.REFRESH, the method returns empty collection.
 
-