Class CanvasLayer.Point.ModifiedEvent

java.lang.Object
java.util.EventObject
io.jmix.mapsui.component.CanvasLayer.Point.ModifiedEvent
All Implemented Interfaces:
Serializable
Enclosing interface:
CanvasLayer.Point

public static class CanvasLayer.Point.ModifiedEvent extends EventObject
An event that is fired after modifying the point (as a result of drag and drop via UI).
See Also:
  • Constructor Details

    • ModifiedEvent

      public ModifiedEvent(Object source, org.locationtech.jts.geom.Point geometry, CanvasLayer canvasLayer)
  • Method Details