com.esri.arcgis.analyst3d
Class ISceneGraphLayerEventsDispAdapter

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

public class ISceneGraphLayerEventsDispAdapter
extends Object
implements ISceneGraphLayerEventsDisp

See Also:
Serialized Form

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 IOException,
                          AutomationException
Fired when an object was changed by the SceneGraph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

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