com.esri.arcgis.framework
Interface IApplicationStatusEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IApplicationStatusEventsAdapter, IApplicationStatusEventsProxy

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

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

Description: 'Provides access to events fired by application.' 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 IIDb93e627d_8506_4915_887d_b306b0482ba4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void initialized(IApplicationStatusEventsInitializedEvent theEvent)
          Fired when the application UI is initialized.
 

Field Detail

IIDb93e627d_8506_4915_887d_b306b0482ba4

static final int IIDb93e627d_8506_4915_887d_b306b0482ba4
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

initialized

void initialized(IApplicationStatusEventsInitializedEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
Fired when the application UI is initialized.

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