com.esri.arcgis.controls
Interface IEngineNetworkAnalystEnvironmentEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IEngineNetworkAnalystEnvironmentEventsAdapter, IEngineNetworkAnalystEnvironmentEventsProxy

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

COM Interface 'IEngineNetworkAnalystEnvironmentEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to events triggered by the network analysis extension.' 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 IIDa3be0f2b_a194_48f0_a165_2d2f0abc2c49
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onCurrentNetworkLayerChanged(IEngineNetworkAnalystEnvironmentEventsOnCurrentNetworkLayerChangedEvent theEvent)
          Called when the current network layer has changed.
 void onNetworkLayersChanged(IEngineNetworkAnalystEnvironmentEventsOnNetworkLayersChangedEvent theEvent)
          Called when the network layers have changed.
 

Field Detail

IIDa3be0f2b_a194_48f0_a165_2d2f0abc2c49

static final int IIDa3be0f2b_a194_48f0_a165_2d2f0abc2c49
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

onNetworkLayersChanged

void onNetworkLayersChanged(IEngineNetworkAnalystEnvironmentEventsOnNetworkLayersChangedEvent theEvent)
                            throws java.io.IOException,
                                   AutomationException
Called when the network layers have changed.

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

onCurrentNetworkLayerChanged

void onCurrentNetworkLayerChanged(IEngineNetworkAnalystEnvironmentEventsOnCurrentNetworkLayerChangedEvent theEvent)
                                  throws java.io.IOException,
                                         AutomationException
Called when the current network layer has changed.

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