com.esri.arcgis.analyst3d
Class ISceneGraphLayerEventsAdapter

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

public class ISceneGraphLayerEventsAdapter
extends Object
implements ISceneGraphLayerEvents

See Also:
Serialized Form

Constructor Summary
ISceneGraphLayerEventsAdapter()
           
 
Method Summary
 void objectChanged(ISceneGraphLayerEventsObjectChangedEvent 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

ISceneGraphLayerEventsAdapter

public ISceneGraphLayerEventsAdapter()
Method Detail

objectChanged

public void objectChanged(ISceneGraphLayerEventsObjectChangedEvent 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 ISceneGraphLayerEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.