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