com.esri.arcgis.framework
Class IApplicationStatusEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.framework.IApplicationStatusEventsAdapter
All Implemented Interfaces:
IApplicationStatusEvents, Serializable, EventListener

public class IApplicationStatusEventsAdapter
extends Object
implements IApplicationStatusEvents

See Also:
Serialized Form

Constructor Summary
IApplicationStatusEventsAdapter()
           
 
Method Summary
 void initialized(IApplicationStatusEventsInitializedEvent theEvent)
          Fired when the application UI is initialized.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IApplicationStatusEventsAdapter

public IApplicationStatusEventsAdapter()
Method Detail

initialized

public 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.

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