com.esri.arcgis.carto
Class IFeatureLayerSelectionEventsAdapter
java.lang.Object
com.esri.arcgis.carto.IFeatureLayerSelectionEventsAdapter
- All Implemented Interfaces:
- IFeatureLayerSelectionEvents, Serializable, EventListener
public class IFeatureLayerSelectionEventsAdapter
- extends Object
- implements IFeatureLayerSelectionEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IFeatureLayerSelectionEventsAdapter
public IFeatureLayerSelectionEventsAdapter()
featureLayerSelectionChanged
public void featureLayerSelectionChanged(IFeatureLayerSelectionEventsFeatureLayerSelectionChangedEvent theEvent)
throws IOException,
AutomationException
- Occurs when the selection changes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Specified by:
featureLayerSelectionChanged
in interface IFeatureLayerSelectionEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.