com.esri.arcgis.framework
Class IAppROTEventsAdapter

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

public class IAppROTEventsAdapter
extends java.lang.Object
implements IAppROTEvents

Adapter for COM Event Interface 'com.esri.arcgis.framework.IAppROTEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.framework.IAppROTEvents
IID, IIDfabc30fa_d273_11d2_9f36_00c04f6bc61a, xxDummy
 
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 java.io.IOException,
                     AutomationException
Occurs when an application reference is added to the table.

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

appRemoved

public void appRemoved(IAppROTEventsAppRemovedEvent theEvent)
                throws java.io.IOException,
                       AutomationException
Occurs when an application reference is removed from the table.

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