19#ifndef __com_sun_star_lang_XConnectionPointContainer_idl__
20#define __com_sun_star_lang_XConnectionPointContainer_idl__
25module
com { module sun { module star { module lang {
27 published
interface XConnectionPoint;
makes it possible to locate a specific connection point for a specified UIK and manages a sequence of...
Definition XConnectionPointContainer.idl:40
sequence< type > getConnectionPointTypes()
XConnectionPoint queryConnectionPoint([in] type aType)
void advise([in] type aType, [in] com::sun::star::uno::XInterface xListener)
creates a connection between this object and a client's sink, where the sink implements the outgoing ...
void unadvise([in] type aType, [in] com::sun::star::uno::XInterface xListener)
terminates a notification previously set up with advise at the container or at the suitable connectio...
supports connection points for connectable objects.
Definition XConnectionPoint.idl:87
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22