com.esri.arcgis.controls
Class IMapControlEvents2OnMapReplacedEvent

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

public class IMapControlEvents2OnMapReplacedEvent
extends EventObject

Description

The OnMapReplaced event is triggered whenever the IMapControl2::Map is replaced by another map, such as when the IMapControl2::LoadMxFile method is used or when the map property is explicitly replaced. Use this event to keep in synch with the current map.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IMapControlEvents2OnMapReplacedEvent(Object source)
           
 
Method Summary
 Object getNewMap()
           
 void init(Object newMap)
           
 
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

IMapControlEvents2OnMapReplacedEvent

public IMapControlEvents2OnMapReplacedEvent(Object source)
Method Detail

init

public void init(Object newMap)

getNewMap

public final Object getNewMap()