com.esri.arcgis.arcmapui
Interface IDataWindowEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IDataWindowEventsAdapter, IDataWindowEventsProxy

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

COM Interface 'IDataWindowEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to events that occur in a data 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 IIDfa277dc5_6059_41cf_a86f_69fe3881544d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void destroyWindow(IDataWindowEventsDestroyWindowEvent theEvent)
          Fired when window is destroyed.
 void hideWindow(IDataWindowEventsHideWindowEvent theEvent)
          Fired when window is hidden.
 void showWindow(IDataWindowEventsShowWindowEvent theEvent)
          Fired when window is shown.
 

Field Detail

IIDfa277dc5_6059_41cf_a86f_69fe3881544d

static final int IIDfa277dc5_6059_41cf_a86f_69fe3881544d
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

showWindow

void showWindow(IDataWindowEventsShowWindowEvent theEvent)
                throws java.io.IOException,
                       AutomationException
Fired when window is shown.

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

hideWindow

void hideWindow(IDataWindowEventsHideWindowEvent theEvent)
                throws java.io.IOException,
                       AutomationException
Fired when window is hidden.

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

destroyWindow

void destroyWindow(IDataWindowEventsDestroyWindowEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
Fired when window is destroyed.

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