com.supermap.mapping
Interface GeometryAddedListener
-
- All Superinterfaces:
- java.util.EventListener
public interface GeometryAddedListener extends java.util.EventListener
Removes a listener of receiving the event of adding the geometry object.- See Also:
GeometryEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
geometryAdded(GeometryEvent event)
Occurs when a geometric object is added in an interactive map editing.
-
-
-
Method Detail
-
geometryAdded
void geometryAdded(GeometryEvent event)
Occurs when a geometric object is added in an interactive map editing.- Parameters:
event
- Indicates the event that the geometric object is edited.
-
-