com.esri.arcgis.carto
Class IMapEvents2Adapter

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

public class IMapEvents2Adapter
extends Object
implements IMapEvents2

See Also:
Serialized Form

Constructor Summary
IMapEvents2Adapter()
           
 
Method Summary
 void activeGraphicsLayerChanged(IMapEvents2ActiveGraphicsLayerChangedEvent theEvent)
          Fired when the active graphics layer changes.
 void tableChanged(IMapEvents2TableChangedEvent theEvent)
          Fired when the table object changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMapEvents2Adapter

public IMapEvents2Adapter()
Method Detail

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.