com.esri.arcgis.networkanalyst
Class INAContextEvents2Adapter

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

public class INAContextEvents2Adapter
extends java.lang.Object
implements INAContextEvents2

Adapter for COM Event Interface 'com.esri.arcgis.networkanalyst.INAContextEvents2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAContextEvents2
IID, IID31be77db_e9d7_40bf_ad39_eb2ddc918492, xxDummy
 
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 java.io.IOException,
                                   AutomationException
Called when the network analysis context is bound to a network dataset.

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