com.esri.arcgis.analyst3d
Class ISceneRendererEventsAdapter

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

public class ISceneRendererEventsAdapter
extends Object
implements ISceneRendererEvents

See Also:
Serialized Form

Constructor Summary
ISceneRendererEventsAdapter()
           
 
Method Summary
 void selectionChanged(ISceneRendererEventsSelectionChangedEvent theEvent)
          Fired when the selection is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISceneRendererEventsAdapter

public ISceneRendererEventsAdapter()
Method Detail

selectionChanged

public void selectionChanged(ISceneRendererEventsSelectionChangedEvent theEvent)
                      throws IOException,
                             AutomationException
Fired when the selection is changed.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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