com.esri.arcgis.carto
Class IMapEventsAdapter
java.lang.Object
com.esri.arcgis.carto.IMapEventsAdapter
- All Implemented Interfaces:
- IMapEvents, Serializable, EventListener
public class IMapEventsAdapter
- extends Object
- implements IMapEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMapEventsAdapter
public IMapEventsAdapter()
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.