com.esri.arcgis.arcmapui
Class IDataWindowEventsAdapter

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

public class IDataWindowEventsAdapter
extends Object
implements IDataWindowEvents

See Also:
Serialized Form

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 IOException,
                       AutomationException
Fired when window is shown.

Product Availability

Available with ArcGIS Desktop.

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

hideWindow

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

Product Availability

Available with ArcGIS Desktop.

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

destroyWindow

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

Product Availability

Available with ArcGIS Desktop.

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