com.esri.arcgis.networkanalyst
Class INAContextEvents2Adapter
java.lang.Object
  
com.esri.arcgis.networkanalyst.INAContextEvents2Adapter
- All Implemented Interfaces: 
 - INAContextEvents2, Serializable, EventListener
 
public class INAContextEvents2Adapter
- extends Object
- implements INAContextEvents2
  
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INAContextEvents2Adapter
public INAContextEvents2Adapter()
onBindToNetworkDataset
public void onBindToNetworkDataset(INAContextEvents2OnBindToNetworkDatasetEvent theEvent)
                            throws IOException,
                                   AutomationException
- Called when the network analysis context is updated.
  
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.