com.esri.arcgis.datasourcesraster
Class RasterDataManagementEventsHelper

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.RasterDataManagementEventsHelper
All Implemented Interfaces:
IConnectionPoint, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class RasterDataManagementEventsHelper
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IConnectionPoint

COM Class 'RasterDataManagementEventsHelper'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description 'The raster data management events broadcaster.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.display.IConnectionPoint
IID, IIDb196b286_bab4_101a_b69c_00aa00341d07, xxDummy
 
Constructor Summary
RasterDataManagementEventsHelper(java.lang.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(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 RasterDataManagementEventsHelper.
 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
 

Constructor Detail

RasterDataManagementEventsHelper

public RasterDataManagementEventsHelper(java.lang.Object obj)
                                 throws java.io.IOException
Construct a RasterDataManagementEventsHelper using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to RasterDataManagementEventsHelper.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
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

Throws:
java.io.IOException - if there are interop problems RasterDataManagementEventsHelper theRasterDataManagementEventsHelper = (RasterDataManagementEventsHelper) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

addIRasterDataManagementEventsListener

public void addIRasterDataManagementEventsListener(IRasterDataManagementEvents theListener)
                                            throws java.io.IOException
addIRasterDataManagementEventsListener. Listen to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.datasourcesraster.IRasterDataManagementEvents interface.
Throws:
java.io.IOException - If there are communications problems.

removeIRasterDataManagementEventsListener

public void removeIRasterDataManagementEventsListener(IRasterDataManagementEvents theListener)
                                               throws java.io.IOException
removeIRasterDataManagementEventsListener. Stop listening to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.datasourcesraster.IRasterDataManagementEvents interface.
Throws:
java.io.IOException - If there are communications problems.

release

public void release()
Release a RasterDataManagementEventsHelper.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getConnectionInterface

public void getConnectionInterface(GUID[] pIID)
                            throws java.io.IOException,
                                   AutomationException
getConnectionInterface

Specified by:
getConnectionInterface in interface IConnectionPoint
Parameters:
pIID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectionPointContainer

public void getConnectionPointContainer(IConnectionPointContainer[] ppCPC)
                                 throws java.io.IOException,
                                        AutomationException
getConnectionPointContainer

Specified by:
getConnectionPointContainer in interface IConnectionPoint
Parameters:
ppCPC - A reference to a com.esri.arcgis.display.IConnectionPointContainer (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

advise

public void advise(java.lang.Object pUnkSink,
                   int[] pdwCookie)
            throws java.io.IOException,
                   AutomationException
advise

Specified by:
advise in interface IConnectionPoint
Parameters:
pUnkSink - A reference to another Object (IUnknown) (in)
pdwCookie - The pdwCookie (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unadvise

public void unadvise(int dwCookie)
              throws java.io.IOException,
                     AutomationException
unadvise

Specified by:
unadvise in interface IConnectionPoint
Parameters:
dwCookie - The dwCookie (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

enumConnections

public void enumConnections(IEnumConnections[] ppEnum)
                     throws java.io.IOException,
                            AutomationException
enumConnections

Specified by:
enumConnections in interface IConnectionPoint
Parameters:
ppEnum - A reference to a com.esri.arcgis.display.IEnumConnections (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.