com.esri.arcgis.arcmapui
Class IDataWindowEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.arcmapui.IDataWindowEventsAdapter
All Implemented Interfaces:
IDataWindowEvents, java.io.Serializable, java.util.EventListener

public class IDataWindowEventsAdapter
extends java.lang.Object
implements IDataWindowEvents

Adapter for COM Event Interface 'com.esri.arcgis.arcmapui.IDataWindowEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.arcmapui.IDataWindowEvents
IID, IIDfa277dc5_6059_41cf_a86f_69fe3881544d, xxDummy
 
Constructor Summary
IDataWindowEventsAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDataWindowEventsAdapter

public IDataWindowEventsAdapter()
Method Detail

showWindow

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

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

hideWindow

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

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

destroyWindow

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

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