com.esri.arcgis.carto
Class IMapEventsAdapter

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

public class IMapEventsAdapter
extends java.lang.Object
implements IMapEvents

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IMapEvents
IID, IIDd1b15b2c_0723_11d3_9f33_00c04f6bc979, xxDummy
 
Constructor Summary
IMapEventsAdapter()
           
 
Method Summary
 void featureClassChanged(IMapEventsFeatureClassChangedEvent theEvent)
          Fired when the feature class changes.
 void versionChanged(IMapEventsVersionChangedEvent theEvent)
          Fired when the version changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMapEventsAdapter

public IMapEventsAdapter()
Method Detail

versionChanged

public void versionChanged(IMapEventsVersionChangedEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
Fired when the version changes.

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

featureClassChanged

public void featureClassChanged(IMapEventsFeatureClassChangedEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Fired when the feature class changes.

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