com.esri.arcgis.analyst3d
Class ISceneGraphLayerEventsDispAdapter

java.lang.Object
  extended by com.esri.arcgis.analyst3d.ISceneGraphLayerEventsDispAdapter
All Implemented Interfaces:
ISceneGraphLayerEventsDisp, java.io.Serializable, java.util.EventListener

public class ISceneGraphLayerEventsDispAdapter
extends java.lang.Object
implements ISceneGraphLayerEventsDisp

Adapter for COM Event Interface 'com.esri.arcgis.analyst3d.ISceneGraphLayerEventsDisp'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.analyst3d.ISceneGraphLayerEventsDisp
DISPID_1_NAME, IID, IIDbbf9e0fe_06f7_4dae_a9fa_05e465ea0e72, xxDummy
 
Constructor Summary
ISceneGraphLayerEventsDispAdapter()
           
 
Method Summary
 void objectChanged(ISceneGraphLayerEventsDispObjectChangedEvent theEvent)
          Fired when an object was changed by the SceneGraph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISceneGraphLayerEventsDispAdapter

public ISceneGraphLayerEventsDispAdapter()
Method Detail

objectChanged

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

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