com.supermap.mapping
Interface GeometryModifiedListener
-
- All Superinterfaces:
- java.util.EventListener
public interface GeometryModifiedListener extends java.util.EventListener
A listener of receiving the end event of modifying the geometric object.- See Also:
GeometryEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
geometryModified(GeometryEvent event)
Calls after a geometric object is called in an interactive map editing.
-
-
-
Method Detail
-
geometryModified
void geometryModified(GeometryEvent event)
Calls after a geometric object is called in an interactive map editing.- Parameters:
event
- Indicates the event that the geometric object is edited.
-
-