com.esri.arcgis.carto
Class ISelectionEventsAdapter

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

public class ISelectionEventsAdapter
extends Object
implements ISelectionEvents

See Also:
Serialized Form

Constructor Summary
ISelectionEventsAdapter()
           
 
Method Summary
 void selectionChanged(ISelectionEventsSelectionChangedEvent theEvent)
          Call this function to fire the selection changed event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISelectionEventsAdapter

public ISelectionEventsAdapter()
Method Detail

selectionChanged

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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