com.esri.arcgis.networkanalyst
Class INALayerEventsAdapter

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

public class INALayerEventsAdapter
extends java.lang.Object
implements INALayerEvents

Adapter for COM Event Interface 'com.esri.arcgis.networkanalyst.INALayerEvents'. 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.INALayerEvents
IID, IID6fff4971_40e8_48f2_981e_fe0737cde960, xxDummy
 
Constructor Summary
INALayerEventsAdapter()
           
 
Method Summary
 void onInUseByBackgroundChanged(INALayerEventsOnInUseByBackgroundChangedEvent theEvent)
          Called after the in use by background status of the analysis layer is modified.
 void onNAContextAttached(INALayerEventsOnNAContextAttachedEvent theEvent)
          Called after a different network analysis context is attached to the analysis layer.
 void onNAContextDetached(INALayerEventsOnNAContextDetachedEvent theEvent)
          Called after the network analysis context is detached from the analysis layer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INALayerEventsAdapter

public INALayerEventsAdapter()
Method Detail

onNAContextDetached

public void onNAContextDetached(INALayerEventsOnNAContextDetachedEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Called after the network analysis context is detached from the analysis layer.

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

onNAContextAttached

public void onNAContextAttached(INALayerEventsOnNAContextAttachedEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Called after a different network analysis context is attached to the analysis layer.

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

onInUseByBackgroundChanged

public void onInUseByBackgroundChanged(INALayerEventsOnInUseByBackgroundChangedEvent theEvent)
                                throws java.io.IOException,
                                       AutomationException
Called after the in use by background status of the analysis layer is modified.

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