com.esri.arcgis.framework
Interface IApplicationStatusEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
IApplicationStatusEventsAdapter, IApplicationStatusEventsProxy

public interface IApplicationStatusEvents
extends EventListener, Serializable

Provides access to events fired by application.

Description

Run-time user interface customizations should not be made before the application framework has fully initialized itself; the framework provides the IApplicationStatusEvents::Initialized event to signal when the framework has initialized as well as the IApplicationStatus::Initialized property that returns the currrent state.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void initialized(IApplicationStatusEventsInitializedEvent theEvent)
          Fired when the application UI is initialized.
 

Method Detail

initialized

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

Description

Run-time user interface customizations should not be made before the application framework has fully initialized itself; the framework provides this event to signal when the framework has initialized as well as the IApplicationStatus::Initialized property that returns the currrent state.

Product Availability

Available with ArcGIS Desktop.

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