com.supermap.mapping

Interface GeometryDeletedListener

  • All Superinterfaces:
    java.util.EventListener


    public interface GeometryDeletedListener
    extends java.util.EventListener
    Removes a listener of receiving the event of deleting the geometry object.
    See Also:
    GeometryEvent
    • Method Detail

      • geometryDeleted

        void geometryDeleted(GeometryEvent event)
        Calls after the selected geometric objects are deleting in an interactive editing.
        Parameters:
        event - Indicates the event that the geometric object is edited.