Class CanvasLayer.Polygon.ModifiedEvent

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

public static class CanvasLayer.Polygon.ModifiedEvent extends EventObject
An event that is fired after modifying the polygon via UI.
See Also:
  • Constructor Details

    • ModifiedEvent

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