com.esri.arcgis.controls
Class IARGlobeControlEventsOnDocumentLoadedEvent

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

public class IARGlobeControlEventsOnDocumentLoadedEvent
extends EventObject

Description

The OnDocumentLoaded event is triggered whenever a document is loaded into the ArcReaderGlobeControl using the LoadDocument or ReloadDocument methods. It provides a mechanism for keeping track of the path and filename of the currently loaded document.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IARGlobeControlEventsOnDocumentLoadedEvent(Object source)
           
 
Method Summary
 String getSDocument()
           
 void init(String sDocument)
           
 
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

IARGlobeControlEventsOnDocumentLoadedEvent

public IARGlobeControlEventsOnDocumentLoadedEvent(Object source)
Method Detail

init

public void init(String sDocument)

getSDocument

public final String getSDocument()