com.esri.arcgis.networkanalyst
Class INAContextEvents2Adapter

java.lang.Object
  extended by com.esri.arcgis.networkanalyst.INAContextEvents2Adapter
All Implemented Interfaces:
INAContextEvents2, Serializable, EventListener

public class INAContextEvents2Adapter
extends Object
implements INAContextEvents2

See Also:
Serialized Form

Constructor Summary
INAContextEvents2Adapter()
           
 
Method Summary
 void onBindToNetworkDataset(INAContextEvents2OnBindToNetworkDatasetEvent theEvent)
          Called when the network analysis context is bound to a network dataset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INAContextEvents2Adapter

public INAContextEvents2Adapter()
Method Detail

onBindToNetworkDataset

public void onBindToNetworkDataset(INAContextEvents2OnBindToNetworkDatasetEvent theEvent)
                            throws IOException,
                                   AutomationException
Called when the network analysis context is bound to a network dataset.

Remarks

OnBindToNetworkDataset is raised in response to Bind being called on INAContextEdit.

Product Availability

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

Specified by:
onBindToNetworkDataset in interface INAContextEvents2
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.