|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.RasterDataManagementEventsHelper
public class RasterDataManagementEventsHelper
The raster data management events broadcaster.
Constructor Summary | |
---|---|
RasterDataManagementEventsHelper(Object obj)
Construct a RasterDataManagementEventsHelper using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
addIRasterDataManagementEventsListener(IRasterDataManagementEvents theListener)
addIRasterDataManagementEventsListener. |
void |
advise(Object pUnkSink,
int[] pdwCookie)
advise |
void |
enumConnections(IEnumConnections[] ppEnum)
enumConnections |
boolean |
equals(Object o)
Compare this object with another |
void |
getConnectionInterface(GUID[] pIID)
getConnectionInterface |
void |
getConnectionPointContainer(IConnectionPointContainer[] ppCPC)
getConnectionPointContainer |
int |
hashCode()
the hashcode for this object |
void |
removeIRasterDataManagementEventsListener(IRasterDataManagementEvents theListener)
removeIRasterDataManagementEventsListener. |
void |
unadvise(int dwCookie)
unadvise |
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 RasterDataManagementEventsHelper(Object obj) throws IOException
obj
to RasterDataManagementEventsHelper
. *
RasterDataManagementEventsHelper o = (RasterDataManagementEventsHelper)obj; // will not work
RasterDataManagementEventsHelper o = new RasterDataManagementEventsHelper(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
RasterDataManagementEventsHelper theRasterDataManagementEventsHelper = (RasterDataManagementEventsHelper) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void addIRasterDataManagementEventsListener(IRasterDataManagementEvents theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.datasourcesraster.IRasterDataManagementEvents interface.
IOException
- If there are communications problems.public void removeIRasterDataManagementEventsListener(IRasterDataManagementEvents theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.datasourcesraster.IRasterDataManagementEvents interface.
IOException
- If there are communications problems.public void getConnectionInterface(GUID[] pIID) throws IOException, AutomationException
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.
getConnectionInterface
in interface IConnectionPoint
pIID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getConnectionPointContainer(IConnectionPointContainer[] ppCPC) throws IOException, AutomationException
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.
getConnectionPointContainer
in interface IConnectionPoint
ppCPC
- A reference to a com.esri.arcgis.display.IConnectionPointContainer (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void advise(Object pUnkSink, int[] pdwCookie) throws IOException, AutomationException
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.
advise
in interface IConnectionPoint
pUnkSink
- A reference to another Object (IUnknown) (in)pdwCookie
- The pdwCookie (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unadvise(int dwCookie) throws IOException, AutomationException
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.
unadvise
in interface IConnectionPoint
dwCookie
- The dwCookie (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enumConnections(IEnumConnections[] ppEnum) throws IOException, AutomationException
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.
enumConnections
in interface IConnectionPoint
ppEnum
- A reference to a com.esri.arcgis.display.IEnumConnections (out: use single element array)
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 |