Class AbstractDataVectorSourceBinding.GeoObjectRemovedEvent<E>
java.lang.Object
java.util.EventObject
io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding.GeoObjectRemovedEvent<E>
- Type Parameters:
E- entity type
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractDataVectorSourceBinding<E>
The event is fired when a geographic object has been removed.
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionGeoObjectRemovedEvent(AbstractDataVectorSourceBinding<E> source, Object geoObjectKey) -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
geoObjectKey
-
-
Constructor Details
-
GeoObjectRemovedEvent
-
-
Method Details
-
getGeoObjectKey
- Returns:
- key of the removed geographic object
-