|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.networkanalyst.NAContextEvents2
public class NAContextEvents2
NAContext events. This class only provides access to the INAContextEvents2 outbound interface.
Constructor Summary | |
---|---|
NAContextEvents2()
Constructs a NAContextEvents2 using ArcGIS Engine. |
|
NAContextEvents2(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. NAContextEvents2 theNAContextEvents2 = (NAContextEvents2) obj; |
Method Summary | |
---|---|
void |
addINAContextEvents2Listener(INAContextEvents2 theListener)
addINAContextEvents2Listener. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
removeINAContextEvents2Listener(INAContextEvents2 theListener)
removeINAContextEvents2Listener. |
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 NAContextEvents2() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic NAContextEvents2(Object obj) throws IOException
NAContextEvents2 theNAContextEvents2 = (NAContextEvents2) obj;
obj
to NAContextEvents2
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void addINAContextEvents2Listener(INAContextEvents2 theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.networkanalyst.INAContextEvents2 interface.
IOException
- If there are communications problems.public void removeINAContextEvents2Listener(INAContextEvents2 theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.networkanalyst.INAContextEvents2 interface.
IOException
- If there are communications problems.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |