com.esri.arcgis.carto
Interface ISelectionEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
AreaSeriesProperties, BarSeriesProperties, BoxPlotSeriesProperties, FunctionSeriesProperties, Globe, HistogramSeriesProperties, ISelectionEventsAdapter, ISelectionEventsProxy, LineSeriesProperties, Map, PageLayout, PieSeriesProperties, PointSeriesProperties, ScatterPlotMatrixSeriesProperties, Scene

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

COM Interface 'ISelectionEvents'. Generated 3/19/2015 1:20:51 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 IID07e11311_d615_11d1_a21b_080009b6f22b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void selectionChanged(ISelectionEventsSelectionChangedEvent theEvent)
          Call this function to fire the selection changed event.
 

Field Detail

IID07e11311_d615_11d1_a21b_080009b6f22b

static final int IID07e11311_d615_11d1_a21b_080009b6f22b
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

selectionChanged

void selectionChanged(ISelectionEventsSelectionChangedEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Call this function to fire the selection changed event.

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