com.esri.arcgis.framework
Class IApplicationStatusEventsAdapter

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

public class IApplicationStatusEventsAdapter
extends java.lang.Object
implements IApplicationStatusEvents

Adapter for COM Event Interface 'com.esri.arcgis.framework.IApplicationStatusEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriFramework.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.framework.IApplicationStatusEvents
IID, IIDb93e627d_8506_4915_887d_b306b0482ba4, xxDummy
 
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 java.io.IOException,
                        AutomationException
Fired when the application UI is initialized.

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