Class HasGeoObjectDrag.SourceGeoObjectDragStartEvent<E>

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

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

    • SourceGeoObjectDragStartEvent

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