com.esri.arcgis.arcscene
Class SxDocumentEventsHelper

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

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

See Also:
Serialized Form

Constructor Summary
SxDocumentEventsHelper()
          Constructs a SxDocumentEventsHelper using ArcGIS Engine.
SxDocumentEventsHelper(Object obj)
          Construct a SxDocumentEventsHelper using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 void addISxDocumentEventsListener(ISxDocumentEvents theListener)
          addISxDocumentEventsListener.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 void removeISxDocumentEventsListener(ISxDocumentEvents theListener)
          removeISxDocumentEventsListener.
 
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

SxDocumentEventsHelper

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

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

SxDocumentEventsHelper

public SxDocumentEventsHelper(Object obj)
                       throws IOException
Construct a SxDocumentEventsHelper using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to SxDocumentEventsHelper.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems SxDocumentEventsHelper theSxDocumentEventsHelper = (SxDocumentEventsHelper) obj;
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

addISxDocumentEventsListener

public void addISxDocumentEventsListener(ISxDocumentEvents theListener)
                                  throws IOException
addISxDocumentEventsListener. Listen to events generated by this class.

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

removeISxDocumentEventsListener

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

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