com.esri.arcgis.controls
Class IEngineNAWindowEventsAdapter

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

public class IEngineNAWindowEventsAdapter
extends java.lang.Object
implements IEngineNAWindowEvents

Adapter for COM Event Interface 'com.esri.arcgis.controls.IEngineNAWindowEvents'. 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.IEngineNAWindowEvents
IID, IID0846372f_b711_4aea_94af_7a530f20569a, xxDummy
 
Constructor Summary
IEngineNAWindowEventsAdapter()
           
 
Method Summary
 void onActiveAnalysisChanged(IEngineNAWindowEventsOnActiveAnalysisChangedEvent theEvent)
          Called when the active analysis changes.
 void onActiveCategoryChanged(IEngineNAWindowEventsOnActiveCategoryChangedEvent theEvent)
          Called when the active category changes.
 void onActiveNAContextUpdated(IEngineNAWindowEventsOnActiveNAContextUpdatedEvent theEvent)
          Called when the active context has been updated.
 void onActiveNAResultUpdated(IEngineNAWindowEventsOnActiveNAResultUpdatedEvent theEvent)
          Called when the active result has been updated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEngineNAWindowEventsAdapter

public IEngineNAWindowEventsAdapter()
Method Detail

onActiveCategoryChanged

public void onActiveCategoryChanged(IEngineNAWindowEventsOnActiveCategoryChangedEvent theEvent)
                             throws java.io.IOException,
                                    AutomationException
Called when the active category changes.

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

onActiveAnalysisChanged

public void onActiveAnalysisChanged(IEngineNAWindowEventsOnActiveAnalysisChangedEvent theEvent)
                             throws java.io.IOException,
                                    AutomationException
Called when the active analysis changes.

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

onActiveNAContextUpdated

public void onActiveNAContextUpdated(IEngineNAWindowEventsOnActiveNAContextUpdatedEvent theEvent)
                              throws java.io.IOException,
                                     AutomationException
Called when the active context has been updated.

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

onActiveNAResultUpdated

public void onActiveNAResultUpdated(IEngineNAWindowEventsOnActiveNAResultUpdatedEvent theEvent)
                             throws java.io.IOException,
                                    AutomationException
Called when the active result has been updated.

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