com.supermap.mapping
Interface GeometryAddedListener
-
- All Superinterfaces:
- java.util.EventListener
public interface GeometryAddedListener extends java.util.EventListenerRemoves 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 voidgeometryAdded(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.
-
-