com.esri.arcgis.catalog
Class IGxSelectionEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.catalog.IGxSelectionEventsAdapter
All Implemented Interfaces:
IGxSelectionEvents, Serializable, EventListener

public class IGxSelectionEventsAdapter
extends Object
implements IGxSelectionEvents

See Also:
Serialized Form

Constructor Summary
IGxSelectionEventsAdapter()
           
 
Method Summary
 void onSelectionChanged(IGxSelectionEventsOnSelectionChangedEvent theEvent)
          Called when the selection contents have changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGxSelectionEventsAdapter

public IGxSelectionEventsAdapter()
Method Detail

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.