19 #ifndef __com_sun_star_lang_XConnectionPointContainer_idl__
20 #define __com_sun_star_lang_XConnectionPointContainer_idl__
25 module com { module sun { module star { module lang {
27 published
interface XConnectionPoint;
45 sequence<type> getConnectionPointTypes();
72 void advise( [in] type aType,
80 void unadvise( [in] type aType,
makes it possible to locate a specific connection point for a specified UIK and manages a sequence of...
Definition: XConnectionPointContainer.idl:39
supports connection points for connectable objects.
Definition: XConnectionPoint.idl:86
base interface of all UNO interfaces
Definition: XInterface.idl:47