com.esri.arcgis.framework
Class IAppROTEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.framework.IAppROTEventsAdapter
All Implemented Interfaces:
IAppROTEvents, Serializable, EventListener

public class IAppROTEventsAdapter
extends Object
implements IAppROTEvents

See Also:
Serialized Form

Constructor Summary
IAppROTEventsAdapter()
           
 
Method Summary
 void appAdded(IAppROTEventsAppAddedEvent theEvent)
          Occurs when an application reference is added to the table.
 void appRemoved(IAppROTEventsAppRemovedEvent theEvent)
          Occurs when an application reference is removed from the table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IAppROTEventsAdapter

public IAppROTEventsAdapter()
Method Detail

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