com.esri.arcgis.carto
Class IFeatureLayerSelectionEventsAdapter

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

public class IFeatureLayerSelectionEventsAdapter
extends java.lang.Object
implements IFeatureLayerSelectionEvents

Adapter for COM Event Interface 'com.esri.arcgis.carto.IFeatureLayerSelectionEvents'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IFeatureLayerSelectionEvents
IID, IIDb97617be_5a52_11d3_9f6c_00c04f6bc886, xxDummy
 
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 java.io.IOException,
                                         AutomationException
Occurs when the selection changes.

Specified by:
featureLayerSelectionChanged in interface IFeatureLayerSelectionEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.