com.esri.arcgis.arcmapui
Class IDataWindowEventsAdapter
java.lang.Object
com.esri.arcgis.arcmapui.IDataWindowEventsAdapter
- All Implemented Interfaces:
- IDataWindowEvents, Serializable, EventListener
public class IDataWindowEventsAdapter
- extends Object
- implements IDataWindowEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDataWindowEventsAdapter
public IDataWindowEventsAdapter()
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.