com.esri.arcgis.carto
Class IFeatureLayerSelectionEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.carto.IFeatureLayerSelectionEventsAdapter
All Implemented Interfaces:
IFeatureLayerSelectionEvents, Serializable, EventListener

public class IFeatureLayerSelectionEventsAdapter
extends Object
implements IFeatureLayerSelectionEvents

See Also:
Serialized Form

Constructor Summary
IFeatureLayerSelectionEventsAdapter()
           
 
Method Summary
 void featureLayerSelectionChanged(IFeatureLayerSelectionEventsFeatureLayerSelectionChangedEvent theEvent)
          Occurs when the selection changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IFeatureLayerSelectionEventsAdapter

public IFeatureLayerSelectionEventsAdapter()
Method Detail

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.