Methods' Details |
getConnectionType
|
getConnectionPointContainer
|
advise
- Description
- creates a connection between a connection point and a
client's sink, where the sink implements the outgoing interface
supported by this connection point.
A few add...Listener methods need additional parameters
to add listeners or throw exceptions. One of these methods is
::com::sun::star::beans::XPropertySet::addPropertyChangeListener.
We ignore the problem in this interface. A solution must be provided
in an additional XConnectionPoint interface.
- Parameter xListener
- specifies the listener interface on the client's advise sink.
The client's sink receives outgoing calls from the
connection point container.
- Throws
- ListenerExistException
if it is a unicast broadcaster and a listener is already set.
- Throws
- InvalidListenerException
if the listener does not supply the needed interfaces.
- See also
- ::com::sun::star::beans::XPropertySet::addPropertyChangeListener
|
|
unadvise
void |
unadvise( |
[in] ::com::sun::star::uno::XInterface |
xListener ); |
- Description
- terminates a notification previously set up with advise.
A few remove...Listener methods need additional
parameters to add listeners or throw exceptions. One of these methods
is ::com::sun::star::beans::XPropertySet::removePropertyChangeListener.
We ignore the problem in this interface. A solution must be
provided in an additional XConnectionPoint interface.
- Parameter listener
- specifies the listener interface on the client's advise sink.
- See also
- ::com::sun::star::beans::XPropertySet::removePropertyChangeListener
|
|
getConnections
- Returns
- a sequence of all currently advised connections.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.