|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.editor.EditEvents2
public class EditEvents2
Helper coclass for working with the nondefault outbound IEditEvents2 interface in VB.
Constructor Summary | |
---|---|
EditEvents2(Object obj)
Construct a EditEvents2 using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
addIEditEvents2Listener(IEditEvents2 theListener)
addIEditEvents2Listener. |
boolean |
equals(Object o)
Compare this object with another |
int |
hashCode()
the hashcode for this object |
void |
removeIEditEvents2Listener(IEditEvents2 theListener)
removeIEditEvents2Listener. |
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 EditEvents2(Object obj) throws IOException
obj
to EditEvents2
. *
EditEvents2 o = (EditEvents2)obj; // will not work
EditEvents2 o = new EditEvents2(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
EditEvents2 theEditEvents2 = (EditEvents2) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void addIEditEvents2Listener(IEditEvents2 theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.editor.IEditEvents2 interface.
IOException
- If there are communications problems.public void removeIEditEvents2Listener(IEditEvents2 theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.editor.IEditEvents2 interface.
IOException
- If there are communications problems.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |