com.esri.arcgis.catalog
Class IGxSelectionEventsAdapter
java.lang.Object
com.esri.arcgis.catalog.IGxSelectionEventsAdapter
- All Implemented Interfaces:
- IGxSelectionEvents, Serializable, EventListener
public class IGxSelectionEventsAdapter
- extends Object
- implements IGxSelectionEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGxSelectionEventsAdapter
public IGxSelectionEventsAdapter()
onSelectionChanged
public void onSelectionChanged(IGxSelectionEventsOnSelectionChangedEvent theEvent)
throws IOException,
AutomationException
- Called when the selection contents have changed.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Specified by:
onSelectionChanged
in interface IGxSelectionEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.