|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.RasterStatusEventHelper
public class RasterStatusEventHelper
The raster status event helper class for broadcasting events.
| Constructor Summary | |
|---|---|
RasterStatusEventHelper(Object obj)
Construct a RasterStatusEventHelper using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
addIRasterStatusEventListener(IRasterStatusEvent theListener)
addIRasterStatusEventListener. |
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 |
removeIRasterStatusEventListener(IRasterStatusEvent theListener)
removeIRasterStatusEventListener. |
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 RasterStatusEventHelper(Object obj)
throws IOException
obj to RasterStatusEventHelper. *
RasterStatusEventHelper o = (RasterStatusEventHelper)obj; // will not work
RasterStatusEventHelper o = new RasterStatusEventHelper(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
RasterStatusEventHelper theRasterStatusEventHelper = (RasterStatusEventHelper) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void addIRasterStatusEventListener(IRasterStatusEvent theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.datasourcesraster.IRasterStatusEvent interface.
IOException - If there are communications problems.
public void removeIRasterStatusEventListener(IRasterStatusEvent theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.datasourcesraster.IRasterStatusEvent 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 IConnectionPointpIID - 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 IConnectionPointppCPC - 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 IConnectionPointpUnkSink - 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 IConnectionPointdwCookie - 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 IConnectionPointppEnum - 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 | ||||||||