com.esri.arcgis.carto
Class IMapEventsAdapter

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

public class IMapEventsAdapter
extends Object
implements IMapEvents

See Also:
Serialized Form

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 IOException,
                           AutomationException
Fired when the version changes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

featureClassChanged

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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