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