com.esri.arcgis.networkanalyst
Class INALayerEventsAdapter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INALayerEventsAdapter
public INALayerEventsAdapter()
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.