interface XConnectionPointContainer in module com::sun::star::lang:: |
interface XConnectionPointContainer : com::sun::star::uno::XInterface ;
makes it possible to locate a specific connection point for a specified UIK and manages a sequence of connections points.
An implementation of this interface must support the XWeak interface. Look at the language binding for a superclass or something else.
Method Summary |
|
getConnectionPointTypes | |
queryConnectionPoint | |
advise | creates a connection between this object and a client's sink, where the sink implements the outgoing interface specified with ID. |
unadvise | terminates a notification previously set up with advise at the container or at the suitable connection point. |
Method Details |
|||||
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.