LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
|
A class used by subclasses of cppu::PropertySetMixin
when implementing UNO interface type attribute setter functions.
More...
#include <propertysetmixin.hxx>
Public Member Functions | |
BoundListeners () | |
The constructor. More... | |
~BoundListeners () | |
The destructor. More... | |
void | notify () const |
Notifies any css::beans::XPropertyChangeListener s. More... | |
Friends | |
class | PropertySetMixinImpl |
A class used by subclasses of cppu::PropertySetMixin
when implementing UNO interface type attribute setter functions.
This class is not thread safe; that is, the constructor, notify
, and the destructor must be called from the same thread.
See cppu::PropertySetMixinImpl::prepareSet
for further details.
cppu::PropertySetMixinImpl::BoundListeners::BoundListeners | ( | ) |
The constructor.
May throw std::bad_alloc
.
cppu::PropertySetMixinImpl::BoundListeners::~BoundListeners | ( | ) |
The destructor.
Does not throw.
void cppu::PropertySetMixinImpl::BoundListeners::notify | ( | ) | const |
Notifies any css::beans::XPropertyChangeListener
s.
May throw css::uno::RuntimeException
and std::bad_alloc
.
See cppu::PropertySetMixinImpl::prepareSet
for further details.
|
friend |