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 SummaryFields inherited from class io.jmix.mapsflowui.component.model.source.SourceFeatureClickNotifier.AbstractFeatureClickEventcoordinate, feature, mouseEventDetailsFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionSourceFeatureClickEvent(Source source, Feature feature, elemental.json.JsonArray coordinate, MouseEventDetails mouseEventDetails) SourceFeatureClickEvent(Source source, Feature feature, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails mouseEventDetails) 
- 
Method SummaryMethods inherited from class io.jmix.mapsflowui.component.model.source.SourceFeatureClickNotifier.AbstractFeatureClickEventgetCoordinate, getFeature, getMouseEventDetails, getSourceMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
SourceFeatureClickEventpublic SourceFeatureClickEvent(Source source, Feature feature, elemental.json.JsonArray coordinate, MouseEventDetails mouseEventDetails) 
- 
SourceFeatureClickEventpublic SourceFeatureClickEvent(Source source, Feature feature, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails mouseEventDetails) 
 
-