com.esri.arcgis.arcmapui
Class IDataWindowEventsAdapter
java.lang.Object
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
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 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.