com.esri.arcgis.carto
Class IMapEvents2Adapter

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

public class IMapEvents2Adapter
extends java.lang.Object
implements IMapEvents2

Adapter for COM Event Interface 'com.esri.arcgis.carto.IMapEvents2'. 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.IMapEvents2
IID, IID638a967b_1727_4bc3_bd0d_22413f411382, xxDummy
 
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 java.io.IOException,
                         AutomationException
Fired when the table object changes.

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

activeGraphicsLayerChanged

public void activeGraphicsLayerChanged(IMapEvents2ActiveGraphicsLayerChangedEvent theEvent)
                                throws java.io.IOException,
                                       AutomationException
Fired when the active graphics layer changes.

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