com.esri.arcgis.carto
Class IMapEvents2ActiveGraphicsLayerChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.carto.IMapEvents2ActiveGraphicsLayerChangedEvent
All Implemented Interfaces:
Serializable

public class IMapEvents2ActiveGraphicsLayerChangedEvent
extends EventObject

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IMapEvents2ActiveGraphicsLayerChangedEvent(Object source)
           
 
Method Summary
 IGraphicsLayer getNewGraphicsLayer()
           
 IGraphicsLayer getOldGraphicsLayer()
           
 void init(IGraphicsLayer oldGraphicsLayer, IGraphicsLayer newGraphicsLayer)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IMapEvents2ActiveGraphicsLayerChangedEvent

public IMapEvents2ActiveGraphicsLayerChangedEvent(Object source)
Method Detail

init

public void init(IGraphicsLayer oldGraphicsLayer,
                 IGraphicsLayer newGraphicsLayer)

getOldGraphicsLayer

public final IGraphicsLayer getOldGraphicsLayer()

getNewGraphicsLayer

public final IGraphicsLayer getNewGraphicsLayer()