com.esri.arcgis.schematic
Class INgProjectEventsAfterOpenProjectEvent

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

public class INgProjectEventsAfterOpenProjectEvent
extends EventObject

Description

This event is automatically fired during the project opening process. For more details on the Schematics events' chaining during the project opening, please see the Remarks section available from the INgProject Open method help-page.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
INgProjectEvents.beforeOpenProject(com.esri.arcgis.schematic.INgProjectEventsBeforeOpenProjectEvent), INgProjectEvents.afterOpenDiagram(com.esri.arcgis.schematic.INgProjectEventsAfterOpenDiagramEvent), INgProject.open(boolean, boolean), Serialized Form

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

INgProjectEventsAfterOpenProjectEvent

public INgProjectEventsAfterOpenProjectEvent(Object source)
Method Detail

init

public void init()