|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.MapEvents3
public class MapEvents3
Map events. Note: this class only provides access to the IMapEvents3 outbound interface.
| Constructor Summary | |
|---|---|
MapEvents3()
Constructs a MapEvents3 using ArcGIS Engine. |
|
MapEvents3(Object obj)
Construct a MapEvents3 using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
addIMapEvents3Listener(IMapEvents3 theListener)
addIMapEvents3Listener. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
removeIMapEvents3Listener(IMapEvents3 theListener)
removeIMapEvents3Listener. |
| 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 |
|---|
public MapEvents3()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public MapEvents3(Object obj)
throws IOException
obj to MapEvents3.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
MapEvents3 theMapEvents3 = (MapEvents3) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void addIMapEvents3Listener(IMapEvents3 theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.carto.IMapEvents3 interface.
IOException - If there are communications problems.
public void removeIMapEvents3Listener(IMapEvents3 theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.carto.IMapEvents3 interface.
IOException - If there are communications problems.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||