com.esri.arcgis.analyst3d
Class SceneGraphLayerEvents

java.lang.Object
  extended by com.esri.arcgis.analyst3d.SceneGraphLayerEvents
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, Serializable

public class SceneGraphLayerEvents
extends Object
implements com.esri.arcgis.interop.RemoteObjRef

Helper coclass for working with the nondefault outbound ISceneGraphLayerEvents interface in VB.

Product Availability

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

See Also:
Serialized Form

Constructor Summary
SceneGraphLayerEvents()
          Constructs a SceneGraphLayerEvents using ArcGIS Engine.
SceneGraphLayerEvents(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SceneGraphLayerEvents theSceneGraphLayerEvents = (SceneGraphLayerEvents) obj;
 
Method Summary
 void addISceneGraphLayerEventsListener(ISceneGraphLayerEvents theListener)
          addISceneGraphLayerEventsListener.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 void removeISceneGraphLayerEventsListener(ISceneGraphLayerEvents theListener)
          removeISceneGraphLayerEventsListener.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

SceneGraphLayerEvents

public SceneGraphLayerEvents()
                      throws IOException,
                             UnknownHostException
Constructs a SceneGraphLayerEvents using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

SceneGraphLayerEvents

public SceneGraphLayerEvents(Object obj)
                      throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SceneGraphLayerEvents theSceneGraphLayerEvents = (SceneGraphLayerEvents) obj;

Construct a SceneGraphLayerEvents using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to SceneGraphLayerEvents.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

addISceneGraphLayerEventsListener

public void addISceneGraphLayerEventsListener(ISceneGraphLayerEvents theListener)
                                       throws IOException
addISceneGraphLayerEventsListener. Listen to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.analyst3d.ISceneGraphLayerEvents interface.
Throws:
IOException - If there are communications problems.

removeISceneGraphLayerEventsListener

public void removeISceneGraphLayerEventsListener(ISceneGraphLayerEvents theListener)
                                          throws IOException
removeISceneGraphLayerEventsListener. Stop listening to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.analyst3d.ISceneGraphLayerEvents interface.
Throws:
IOException - If there are communications problems.