com.esri.arcgis.analyst3d
Class ISceneGraphLayerEventsAdapter

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

public class ISceneGraphLayerEventsAdapter
extends java.lang.Object
implements ISceneGraphLayerEvents

Adapter for COM Event Interface 'com.esri.arcgis.analyst3d.ISceneGraphLayerEvents'. 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.ISceneGraphLayerEvents
IID, IID8d8094ee_063a_4bad_9873_6bb2445aca4d, xxDummy
 
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 java.io.IOException,
                          AutomationException
Fired when an object was changed by the SceneGraph.

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