com.esri.arcgis.framework
Interface IAppROTEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IAppROTEventsAdapter, IAppROTEventsProxy

public interface IAppROTEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'IAppROTEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to events that occur on the Esri application running object table.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfabc30fa_d273_11d2_9f36_00c04f6bc61a
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDfabc30fa_d273_11d2_9f36_00c04f6bc61a

static final int IIDfabc30fa_d273_11d2_9f36_00c04f6bc61a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

appAdded

void appAdded(IAppROTEventsAppAddedEvent theEvent)
              throws java.io.IOException,
                     AutomationException
Occurs when an application reference is added to the table.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

appRemoved

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.