|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConnectionPoint
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.
| Method Summary | |
|---|---|
void |
advise(Object pUnkSink,
int[] pdwCookie)
advise |
void |
enumConnections(IEnumConnections[] ppEnum)
enumConnections |
void |
getConnectionInterface(GUID[] pIID)
getConnectionInterface |
void |
getConnectionPointContainer(IConnectionPointContainer[] ppCPC)
getConnectionPointContainer |
void |
unadvise(int dwCookie)
unadvise |
| Method Detail |
|---|
void getConnectionInterface(GUID[] pIID)
throws IOException,
AutomationException
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.
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.
void getConnectionPointContainer(IConnectionPointContainer[] ppCPC)
throws IOException,
AutomationException
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.
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.
void advise(Object pUnkSink,
int[] pdwCookie)
throws IOException,
AutomationException
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.
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.
void unadvise(int dwCookie)
throws IOException,
AutomationException
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.
dwCookie - The dwCookie (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void enumConnections(IEnumConnections[] ppEnum)
throws IOException,
AutomationException
IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.
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 | ||||||||