com.esri.arcgis.networkanalyst
Interface INAContextEvents2

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
INAContextEvents2Adapter, INAContextEvents2Proxy

public interface INAContextEvents2
extends java.util.EventListener, java.io.Serializable

COM Interface 'INAContextEvents2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Provides access to events triggered by the network analysis context.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID31be77db_e9d7_40bf_ad39_eb2ddc918492
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onBindToNetworkDataset(INAContextEvents2OnBindToNetworkDatasetEvent theEvent)
          Called when the network analysis context is bound to a network dataset.
 

Field Detail

IID31be77db_e9d7_40bf_ad39_eb2ddc918492

static final int IID31be77db_e9d7_40bf_ad39_eb2ddc918492
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

onBindToNetworkDataset

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.