Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: cppu :: PropertySetMixinImpl ::

class BoundListeners


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
A class used by subclasses of cppu::PropertySetMixin when implementing UNO interface type attribute setter functions.
Description
This class is not thread safe; that is, the constructor, notify, and the destructor must be called from the same thread.
File
propertysetmixin.hxx

Public Members

Methods


BoundListeners( );
The constructor.

~BoundListeners( );
The destructor.
void
notify( ) const;
Notifies any <code>com::sun::star::beans::XPropertyChangeListener</code>s.

Private Members

Methods


BoundListeners( BoundListeners & );
void
operator=( BoundListeners );

Data

Impl * m_impl;

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.