|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.RasterStatusEvent2Helper
public class RasterStatusEvent2Helper
COM Class 'RasterStatusEvent2Helper'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description 'The raster status event helper class for broadcasting events.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.display.IConnectionPoint |
|---|
IID, IIDb196b286_bab4_101a_b69c_00aa00341d07, xxDummy |
| Constructor Summary | |
|---|---|
RasterStatusEvent2Helper(java.lang.Object obj)
Construct a RasterStatusEvent2Helper using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
addIRasterStatusEvent2Listener(IRasterStatusEvent2 theListener)
addIRasterStatusEvent2Listener. |
void |
advise(java.lang.Object pUnkSink,
int[] pdwCookie)
advise |
void |
enumConnections(IEnumConnections[] ppEnum)
enumConnections |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
getConnectionInterface(GUID[] pIID)
getConnectionInterface |
void |
getConnectionPointContainer(IConnectionPointContainer[] ppCPC)
getConnectionPointContainer |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a RasterStatusEvent2Helper. |
void |
removeIRasterStatusEvent2Listener(IRasterStatusEvent2 theListener)
removeIRasterStatusEvent2Listener. |
void |
unadvise(int dwCookie)
unadvise |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RasterStatusEvent2Helper(java.lang.Object obj)
throws java.io.IOException
obj to RasterStatusEvent2Helper. *
RasterStatusEvent2Helper o = (RasterStatusEvent2Helper)obj; // will not work
RasterStatusEvent2Helper o = new RasterStatusEvent2Helper(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
RasterStatusEvent2Helper theRasterStatusEvent2Helper = (RasterStatusEvent2Helper) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef
public void addIRasterStatusEvent2Listener(IRasterStatusEvent2 theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.datasourcesraster.IRasterStatusEvent2 interface.
java.io.IOException - If there are communications problems.
public void removeIRasterStatusEvent2Listener(IRasterStatusEvent2 theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.datasourcesraster.IRasterStatusEvent2 interface.
java.io.IOException - If there are communications problems.public void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void getConnectionInterface(GUID[] pIID)
throws java.io.IOException,
AutomationException
getConnectionInterface in interface IConnectionPointpIID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getConnectionPointContainer(IConnectionPointContainer[] ppCPC)
throws java.io.IOException,
AutomationException
getConnectionPointContainer in interface IConnectionPointppCPC - A reference to a com.esri.arcgis.display.IConnectionPointContainer (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void advise(java.lang.Object pUnkSink,
int[] pdwCookie)
throws java.io.IOException,
AutomationException
advise in interface IConnectionPointpUnkSink - A reference to another Object (IUnknown) (in)pdwCookie - The pdwCookie (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void unadvise(int dwCookie)
throws java.io.IOException,
AutomationException
unadvise in interface IConnectionPointdwCookie - The dwCookie (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void enumConnections(IEnumConnections[] ppEnum)
throws java.io.IOException,
AutomationException
enumConnections in interface IConnectionPointppEnum - A reference to a com.esri.arcgis.display.IEnumConnections (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||