LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef _COM_SUN_STAR_CONNECTION_XCONNECTIONBROADCASTER_IDL_
20 #define _COM_SUN_STAR_CONNECTION_XCONNECTIONBROADCASTER_IDL_
25 module
com { module sun { module star { module connection {
allows to add listeners to a connection.
Definition: XConnectionBroadcaster.idl:35
void removeStreamListener([in] com::sun::star::io::XStreamListener aListener)
unregisters an object to receive events from this connection.
void addStreamListener([in] com::sun::star::io::XStreamListener aListener)
registers an object to receive events from this connection.
makes it possible to receive events from an active data control.
Definition: XStreamListener.idl:31
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48