com.esri.arcgis.catalog
Class IGxSelectionEventsAdapter

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

public class IGxSelectionEventsAdapter
extends java.lang.Object
implements IGxSelectionEvents

Adapter for COM Event Interface 'com.esri.arcgis.catalog.IGxSelectionEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.catalog.IGxSelectionEvents
IID, IIDbdbbb3f9_d0b2_11d1_aed9_080009ec734b, xxDummy
 
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 java.io.IOException,
                               AutomationException
Called when the selection contents have changed.

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