com.esri.arcgis.analyst3d
Class ISceneGraphLayerEventsDispAdapter
java.lang.Object
com.esri.arcgis.analyst3d.ISceneGraphLayerEventsDispAdapter
- All Implemented Interfaces:
- ISceneGraphLayerEventsDisp, Serializable, EventListener
public class ISceneGraphLayerEventsDispAdapter
- extends Object
- implements ISceneGraphLayerEventsDisp
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISceneGraphLayerEventsDispAdapter
public ISceneGraphLayerEventsDispAdapter()
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.