19#ifndef __com_sun_star_lang_XConnectionPoint_idl__
20#define __com_sun_star_lang_XConnectionPoint_idl__
31module
com { module sun { module star { module lang {
is thrown by the XConnectionPoint::advice() method to indicate that the listener has not supplied the...
Definition InvalidListenerException.idl:35
is thrown by the XConnectionPoint::advise() method to indicate that there is only one listener allowe...
Definition ListenerExistException.idl:34
makes it possible to locate a specific connection point for a specified UIK and manages a sequence of...
Definition XConnectionPointContainer.idl:40
supports connection points for connectable objects.
Definition XConnectionPoint.idl:87
void advise([in] com::sun::star::uno::XInterface xListener)
creates a connection between a connection point and a client's sink, where the sink implements the ou...
com::sun::star::lang::XConnectionPointContainer getConnectionPointContainer()
sequence< com::sun::star::uno::XInterface > getConnections()
void unadvise([in] com::sun::star::uno::XInterface xListener)
terminates a notification previously set up with advise.
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22