com.esri.arcgis.carto
Class IMapEvents2Adapter
java.lang.Object
com.esri.arcgis.carto.IMapEvents2Adapter
- All Implemented Interfaces:
- IMapEvents2, Serializable, EventListener
public class IMapEvents2Adapter
- extends Object
- implements IMapEvents2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMapEvents2Adapter
public IMapEvents2Adapter()
tableChanged
public void tableChanged(IMapEvents2TableChangedEvent theEvent)
throws IOException,
AutomationException
- Fired when the table object changes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Specified by:
tableChanged
in interface IMapEvents2
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
activeGraphicsLayerChanged
public void activeGraphicsLayerChanged(IMapEvents2ActiveGraphicsLayerChangedEvent theEvent)
throws IOException,
AutomationException
- Fired when the active graphics layer changes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Specified by:
activeGraphicsLayerChanged
in interface IMapEvents2
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.