com.esri.arcgis.networkanalyst
Class INAContextEventsOnNAContextUpdatedEvent

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

public class INAContextEventsOnNAContextUpdatedEvent
extends EventObject

Remarks

OnNAContextUpdated is raised in response to ContextChanged being called on INAContextEdit. For example, this occurs when new NALocationFeatures are added to an NAClass.

Product Availability

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

See Also:
Serialized Form

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

INAContextEventsOnNAContextUpdatedEvent

public INAContextEventsOnNAContextUpdatedEvent(Object source)
Method Detail

init

public void init(INAContext nAContext)

getNAContext

public final INAContext getNAContext()