com.esri.arcgis.carto
Interface IMapEvents2

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IMapEvents2Adapter, IMapEvents2Proxy

public interface IMapEvents2
extends java.util.EventListener, java.io.Serializable

COM Interface 'IMapEvents2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to events that occur when the state of the map changes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID638a967b_1727_4bc3_bd0d_22413f411382
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void activeGraphicsLayerChanged(IMapEvents2ActiveGraphicsLayerChangedEvent theEvent)
          Fired when the active graphics layer changes.
 void tableChanged(IMapEvents2TableChangedEvent theEvent)
          Fired when the table object changes.
 

Field Detail

IID638a967b_1727_4bc3_bd0d_22413f411382

static final int IID638a967b_1727_4bc3_bd0d_22413f411382
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

tableChanged

void tableChanged(IMapEvents2TableChangedEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Fired when the table object changes.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

activeGraphicsLayerChanged

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.