Class HasGeoObjectDrag.SourceGeoObjectDragEndEvent<E>

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

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

    • SourceGeoObjectDragEndEvent

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