public class RasterStatusEvent2Helper extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IConnectionPoint
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 =
IID, IIDb196b286_bab4_101a_b69c_00aa00341d07, xxDummy
Constructor and Description |
---|
RasterStatusEvent2Helper(java.lang.Object obj)
Construct a RasterStatusEvent2Helper using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
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()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
removeIRasterStatusEvent2Listener(IRasterStatusEvent2 theListener)
removeIRasterStatusEvent2Listener.
|
void |
unadvise(int dwCookie)
unadvise
|
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 Serverjava.io.IOException
- if there are interop problems
RasterStatusEvent2Helper theRasterStatusEvent2Helper = (RasterStatusEvent2Helper) obj;
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 IConnectionPoint
pIID
- 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 IConnectionPoint
ppCPC
- A reference to a com.esri.arcgis.geodatabase.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 IConnectionPoint
pUnkSink
- 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 IConnectionPoint
dwCookie
- 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 IConnectionPoint
ppEnum
- A reference to a com.esri.arcgis.geodatabase.IEnumConnections (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.