com.esri.arcgis.carto
Class ISelectionEventsAdapter

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

public class ISelectionEventsAdapter
extends java.lang.Object
implements ISelectionEvents

Adapter for COM Event Interface 'com.esri.arcgis.carto.ISelectionEvents'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriCarto.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.ISelectionEvents
IID, IID07e11311_d615_11d1_a21b_080009b6f22b, xxDummy
 
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 java.io.IOException,
                             AutomationException
Call this function to fire the selection changed event.

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