Class HasGeoObjectDrag.GeoObjectDragStartEvent<E>

java.lang.Object
java.util.EventObject
io.jmix.mapsflowui.component.model.source.HasGeoObjectDrag.AbstractGeoObjectDragEvent<E>
io.jmix.mapsflowui.component.model.source.HasGeoObjectDrag.GeoObjectDragStartEvent<E>
Type Parameters:
E - item type
All Implemented Interfaces:
Serializable
Enclosing interface:
HasGeoObjectDrag<E>

public static class HasGeoObjectDrag.GeoObjectDragStartEvent<E> extends HasGeoObjectDrag.AbstractGeoObjectDragEvent<E>
The event is fired when the user starts dragging a geo-object.
See Also:
  • Constructor Details

    • GeoObjectDragStartEvent

      public GeoObjectDragStartEvent(Source source, Collection<E> items, org.locationtech.jts.geom.Coordinate mouseStartCoordinate, boolean fromClient)