com.esri.arcgis.controls
Class IEngineNetworkAnalystEnvironmentEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.controls.IEngineNetworkAnalystEnvironmentEventsAdapter
All Implemented Interfaces:
IEngineNetworkAnalystEnvironmentEvents, java.io.Serializable, java.util.EventListener

public class IEngineNetworkAnalystEnvironmentEventsAdapter
extends java.lang.Object
implements IEngineNetworkAnalystEnvironmentEvents

Adapter for COM Event Interface 'com.esri.arcgis.controls.IEngineNetworkAnalystEnvironmentEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.controls.IEngineNetworkAnalystEnvironmentEvents
IID, IIDa3be0f2b_a194_48f0_a165_2d2f0abc2c49, xxDummy
 
Constructor Summary
IEngineNetworkAnalystEnvironmentEventsAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEngineNetworkAnalystEnvironmentEventsAdapter

public IEngineNetworkAnalystEnvironmentEventsAdapter()
Method Detail

onNetworkLayersChanged

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

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

onCurrentNetworkLayerChanged

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

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