com.esri.arcgis.controls
Interface IEngineNAWindowEventsEx

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IEngineNAWindowEventsExAdapter, IEngineNAWindowEventsExProxy

public interface IEngineNAWindowEventsEx
extends java.util.EventListener, java.io.Serializable

COM Interface 'IEngineNAWindowEventsEx'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to events triggered by the network analysis window.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID721612b8_677a_48f8_9def_9146926c8084
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean onContextMenu(IEngineNAWindowEventsExOnContextMenuEvent theEvent)
          Indicates if a context menu should be displayed at the given xy location.
 

Field Detail

IID721612b8_677a_48f8_9def_9146926c8084

static final int IID721612b8_677a_48f8_9def_9146926c8084
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

onContextMenu

boolean onContextMenu(IEngineNAWindowEventsExOnContextMenuEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Indicates if a context menu should be displayed at the given xy location. Return true if handled.

Parameters:
theEvent - The event
Returns:
The handled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.