Microsoft SDK for Java

ConnectionPoint Cookie Class Constructors

The ConnectionPointCookie Class contains the following constructor:

ConnectionPointCookie(Object source, Object sink, Class connectionInterface)

Creates a connection between the source and the sink object by using the connection interface identifier (IID).

Syntax

public ConnectionPointCookie(Object source, Object sink, Class connectionInterface);

Parameters

source The source object that is used to make the interface connection.
sink The sink object that is used to make the interface connection.
connectionInterface The connection interface that is used to connect the source and the sink objects.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.