com.esri.arcgis.framework
Class IApplicationStatusEventsInitializedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.framework.IApplicationStatusEventsInitializedEvent
All Implemented Interfaces:
Serializable

public class IApplicationStatusEventsInitializedEvent
extends EventObject

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.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IApplicationStatusEventsInitializedEvent(Object source)
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IApplicationStatusEventsInitializedEvent

public IApplicationStatusEventsInitializedEvent(Object source)
Method Detail

init

public void init()