com.esri.arcgis.networkanalyst
Class INAContextEventsAdapter

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

public class INAContextEventsAdapter
extends java.lang.Object
implements INAContextEvents

Adapter for COM Event Interface 'com.esri.arcgis.networkanalyst.INAContextEvents'. 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.INAContextEvents
IID, IID104ce731_36a2_4540_a037_f7c6274a4ad7, xxDummy
 
Constructor Summary
INAContextEventsAdapter()
           
 
Method Summary
 void onNAContextUpdated(INAContextEventsOnNAContextUpdatedEvent theEvent)
          Called when the network analysis context is updated.
 void onNAResultUpdated(INAContextEventsOnNAResultUpdatedEvent theEvent)
          Called when the network analysis result is updated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INAContextEventsAdapter

public INAContextEventsAdapter()
Method Detail

onNAContextUpdated

public void onNAContextUpdated(INAContextEventsOnNAContextUpdatedEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Called when the network analysis context is updated.

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

onNAResultUpdated

public void onNAResultUpdated(INAContextEventsOnNAResultUpdatedEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
Called when the network analysis result is updated.

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