com.esri.arcgis.carto
Class IActiveViewEventsItemAddedEvent

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

public class IActiveViewEventsItemAddedEvent
extends EventObject

Remarks

The Map fires the event every time a new layer is added.

The PageLayout fires this event whenever a new element is added to the layout. Elements include not only graphics but data frames as well.

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
IActiveViewEventsItemAddedEvent(Object source)
           
 
Method Summary
 Object getItem()
           
 void init(Object item)
           
 
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

IActiveViewEventsItemAddedEvent

public IActiveViewEventsItemAddedEvent(Object source)
Method Detail

init

public void init(Object item)

getItem

public final Object getItem()