com.esri.arcgis.controls
Class IEngineNAWindowEventsExAdapter

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

public class IEngineNAWindowEventsExAdapter
extends java.lang.Object
implements IEngineNAWindowEventsEx

Adapter for COM Event Interface 'com.esri.arcgis.controls.IEngineNAWindowEventsEx'. 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.IEngineNAWindowEventsEx
IID, IID721612b8_677a_48f8_9def_9146926c8084, xxDummy
 
Constructor Summary
IEngineNAWindowEventsExAdapter()
           
 
Method Summary
 boolean onContextMenu(IEngineNAWindowEventsExOnContextMenuEvent theEvent)
          Indicates if a context menu should be displayed at the given xy location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEngineNAWindowEventsExAdapter

public IEngineNAWindowEventsExAdapter()
Method Detail

onContextMenu

public 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.

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