Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: form ::

unpublished interface XDatabaseParameterBroadcaster2
Base Interfaces
XDatabaseParameterBroadcaster2XDatabaseParameterBroadcaster

XDatabaseParameterBroadcaster
(referenced interface's summary:)
provides the possibility of receiving an event for configuration of parameters.
Usage Restrictions
not published
Description
provides the possibility of receiving an event for configuration of parameters.

Note that this interface provides exactly the same functionality as the XDatabaseParameterBroadcaster interface. It exists purely for compatibility with the ::com::sun::star::script::XEventAttacher::attachSingleEventListener: It expects the methods for adding and removing listeners to follow a certain naming scheme, respective to the name of the listener which is being added/removed.

See also
XDatabaseParameterBroadcaster, ::com::sun::star::script::XEventAttacher

Methods' Summary
addDatabaseParameterListener registers an XDatabaseParameterListener  
removeDatabaseParameterListener revokes an XDatabaseParameterListener  
Methods' Details
addDatabaseParameterListener
[oneway] void
addDatabaseParameterListener( [in] XDatabaseParameterListener  aListener );

Description
registers an XDatabaseParameterListener

This method behaves exactly as the XDatabaseParameterBroadcaster::addParameterListener method inherited from the base interface.

removeDatabaseParameterListener
[oneway] void
removeDatabaseParameterListener( [in] XDatabaseParameterListener  aListener );

Description
revokes an XDatabaseParameterListener

This method behaves exactly as the XDatabaseParameterBroadcaster::removeParameterListener method inherited from the base interface.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.