com.esri.arcgis.carto
Class DynamicMapEvents

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

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

Map events. Note: this class only provides access to the IDynamicMapEvents outbound interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

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

DynamicMapEvents

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

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

DynamicMapEvents

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

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

addIDynamicMapEventsListener

public void addIDynamicMapEventsListener(IDynamicMapEvents theListener)
                                  throws IOException
addIDynamicMapEventsListener. Listen to events generated by this class.

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

removeIDynamicMapEventsListener

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

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