Class SourceFeatureClickNotifier.SourceFeatureClickEvent
java.lang.Object
java.util.EventObject
io.jmix.mapsflowui.component.model.source.SourceFeatureClickNotifier.AbstractFeatureClickEvent
io.jmix.mapsflowui.component.model.source.SourceFeatureClickNotifier.SourceFeatureClickEvent
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- SourceFeatureClickNotifier
public static class SourceFeatureClickNotifier.SourceFeatureClickEvent
extends SourceFeatureClickNotifier.AbstractFeatureClickEvent
An event that is fired when feature is clicked. Note, if the user makes double click, event
will be fired twice.
- See Also:
-
Field Summary
Fields inherited from class io.jmix.mapsflowui.component.model.source.SourceFeatureClickNotifier.AbstractFeatureClickEvent
coordinate, feature, mouseEventDetails
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionSourceFeatureClickEvent
(Source source, Feature feature, elemental.json.JsonArray coordinate, MouseEventDetails mouseEventDetails) SourceFeatureClickEvent
(Source source, Feature feature, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails mouseEventDetails) -
Method Summary
Methods inherited from class io.jmix.mapsflowui.component.model.source.SourceFeatureClickNotifier.AbstractFeatureClickEvent
getCoordinate, getFeature, getMouseEventDetails, getSource
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
SourceFeatureClickEvent
public SourceFeatureClickEvent(Source source, Feature feature, elemental.json.JsonArray coordinate, MouseEventDetails mouseEventDetails) -
SourceFeatureClickEvent
public SourceFeatureClickEvent(Source source, Feature feature, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails mouseEventDetails)
-