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