com.esri.arcgis.carto
Interface IFeatureLayerSelectionEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
AreaSeriesProperties, BarSeriesProperties, BoxPlotSeriesProperties, FunctionSeriesProperties, HistogramSeriesProperties, IFeatureLayerSelectionEventsAdapter, IFeatureLayerSelectionEventsProxy, LineSeriesProperties, PieSeriesProperties, PointSeriesProperties, ScatterPlotMatrixSeriesProperties, SchematicLayer

public interface IFeatureLayerSelectionEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'IFeatureLayerSelectionEvents'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to events that occur when the selection changes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb97617be_5a52_11d3_9f6c_00c04f6bc886
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void featureLayerSelectionChanged(IFeatureLayerSelectionEventsFeatureLayerSelectionChangedEvent theEvent)
          Occurs when the selection changes.
 

Field Detail

IIDb97617be_5a52_11d3_9f6c_00c04f6bc886

static final int IIDb97617be_5a52_11d3_9f6c_00c04f6bc886
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

featureLayerSelectionChanged

void featureLayerSelectionChanged(IFeatureLayerSelectionEventsFeatureLayerSelectionChangedEvent theEvent)
                                  throws java.io.IOException,
                                         AutomationException
Occurs when the selection changes.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.