com.esri.arcgis.analyst3d
Interface ISceneGraphLayerEventsDisp

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
ISceneGraphLayerEventsDispAdapter, ISceneGraphLayerEventsDispProxy

public interface ISceneGraphLayerEventsDisp
extends java.util.EventListener, java.io.Serializable

COM Interface 'ISceneGraphLayerEventsDisp'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Provides access to events that occur when state of scene graph layer changes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String DISPID_1_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IIDbbf9e0fe_06f7_4dae_a9fa_05e465ea0e72
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void objectChanged(ISceneGraphLayerEventsDispObjectChangedEvent theEvent)
          Fired when an object was changed by the SceneGraph.
 

Field Detail

IIDbbf9e0fe_06f7_4dae_a9fa_05e465ea0e72

static final int IIDbbf9e0fe_06f7_4dae_a9fa_05e465ea0e72
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values

DISPID_1_NAME

static final java.lang.String DISPID_1_NAME
See Also:
Constant Field Values
Method Detail

objectChanged

void objectChanged(ISceneGraphLayerEventsDispObjectChangedEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
Fired when an object was changed by the SceneGraph.

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