|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.systemUI.ComPropertySheetEventsProxyHelper
public class ComPropertySheetEventsProxyHelper
ComPropertySheetEvents proxy source helper object.
Use the CommPropertySheetEventsProxyHelper to listen to the non-default outbound interface IComPropertySheetEvents on a property sheet. This is useful when developing in VB6 as VB6 can only listen to one outbound interface on a CoClass.
| Constructor Summary | |
|---|---|
ComPropertySheetEventsProxyHelper(Object obj)
Construct a ComPropertySheetEventsProxyHelper using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
addIComPropertySheetEventsListener(IComPropertySheetEvents theListener)
addIComPropertySheetEventsListener. |
boolean |
equals(Object o)
Compare this object with another |
int |
hashCode()
the hashcode for this object |
void |
removeIComPropertySheetEventsListener(IComPropertySheetEvents theListener)
removeIComPropertySheetEventsListener. |
| 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 ComPropertySheetEventsProxyHelper(Object obj)
throws IOException
obj to ComPropertySheetEventsProxyHelper. *
ComPropertySheetEventsProxyHelper o = (ComPropertySheetEventsProxyHelper)obj; // will not work
ComPropertySheetEventsProxyHelper o = new ComPropertySheetEventsProxyHelper(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ComPropertySheetEventsProxyHelper theComPropertySheetEventsProxyHelper = (ComPropertySheetEventsProxyHelper) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void addIComPropertySheetEventsListener(IComPropertySheetEvents theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.systemUI.IComPropertySheetEvents interface.
IOException - If there are communications problems.
public void removeIComPropertySheetEventsListener(IComPropertySheetEvents theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.systemUI.IComPropertySheetEvents interface.
IOException - If there are communications problems.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||