com.esri.arcgis.framework
Interface IApplicationStatus

All Superinterfaces:
Serializable
All Known Implementing Classes:
Application, Application, Application, Application, IApplicationStatusProxy

public interface IApplicationStatus
extends Serializable

Provides access to the applications status.

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
 boolean isInitialized()
          Is the application initialized.
 

Method Detail

isInitialized

boolean isInitialized()
                      throws IOException,
                             AutomationException
Is the application initialized.

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.

Returns:
The pOut
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.