com.esri.arcgis.controls
Class IARControlEventsOnDocumentLoadedEvent

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

public class IARControlEventsOnDocumentLoadedEvent
extends EventObject

Description

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

sDocument specifies the DocumentFilename of the currently loaded Published Map File.

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
IARControlEventsOnDocumentLoadedEvent(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

IARControlEventsOnDocumentLoadedEvent

public IARControlEventsOnDocumentLoadedEvent(Object source)
Method Detail

init

public void init(String sDocument)

getSDocument

public final String getSDocument()