com.supermap.mapping
Interface GeometrySelectedListener
-
public interface GeometrySelectedListenerA listener used to receive theGeometrySelectedEvent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidgeometryMultiSelected(java.util.ArrayList<GeometrySelectedEvent> events)Multi-object selection callback, can get to the batch of selected results.voidgeometrySelected(GeometrySelectedEvent event)Calls when the geometric object is selected.
-
-
-
Method Detail
-
geometrySelected
void geometrySelected(GeometrySelectedEvent event)
Calls when the geometric object is selected.- Parameters:
event- Indicates the event that the geometric object is selected.
-
geometryMultiSelected
void geometryMultiSelected(java.util.ArrayList<GeometrySelectedEvent> events)
Multi-object selection callback, can get to the batch of selected results.- Parameters:
events- Indicates the event that the geometric object is selected.
-
-