com.esri.arcgis.controls
Class IGlobeControlEventsOnGlobeReplacedEvent

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

public class IGlobeControlEventsOnGlobeReplacedEvent
extends EventObject

Description

The OnGlobeReplaced event is triggered whenever the IGlobeControl::Load3dFile method is used. Use this event to keep in synch with the current IGlobeControl::Globe.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

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

IGlobeControlEventsOnGlobeReplacedEvent

public IGlobeControlEventsOnGlobeReplacedEvent(Object source)
Method Detail

init

public void init(Object newGlobe)

getNewGlobe

public final Object getNewGlobe()