com.esri.arcgis.framework
Class IAppROTEventsAdapter
java.lang.Object
com.esri.arcgis.framework.IAppROTEventsAdapter
- All Implemented Interfaces:
- IAppROTEvents, Serializable, EventListener
public class IAppROTEventsAdapter
- extends Object
- implements IAppROTEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IAppROTEventsAdapter
public IAppROTEventsAdapter()
appAdded
public void appAdded(IAppROTEventsAppAddedEvent theEvent)
throws IOException,
AutomationException
- Occurs when an application reference is added to the table.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Specified by:
appAdded
in interface IAppROTEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.- See Also:
IApplication
appRemoved
public void appRemoved(IAppROTEventsAppRemovedEvent theEvent)
throws IOException,
AutomationException
- Occurs when an application reference is removed from the table.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Specified by:
appRemoved
in interface IAppROTEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.- See Also:
IApplication