com.esri.arcgis.schematic
Class INgProjectEventsAfterOpenViewEvent

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

public class INgProjectEventsAfterOpenViewEvent
extends EventObject

Description

This event is automatically triggered when a diagram is opened. For more details on the Schematics events' chaining during any diagram opening, please see the Remarks section available from the INgDiagram Open method help-page.

Product Availability

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

See Also:
INgProjectEvents.afterOpenDiagram(com.esri.arcgis.schematic.INgProjectEventsAfterOpenDiagramEvent), Serialized Form

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

INgProjectEventsAfterOpenViewEvent

public INgProjectEventsAfterOpenViewEvent(Object source)
Method Detail

init

public void init(INgView view)

getView

public final INgView getView()