UDK 3.2.7 C/C++ API Reference
Public Member Functions | Friends
cppu::PropertySetMixinImpl::BoundListeners Class Reference

A class used by subclasses of cppu::PropertySetMixin when implementing UNO interface type attribute setter functions. More...

#include <propertysetmixin.hxx>

List of all members.

Public Member Functions

 BoundListeners ()
 The constructor.
 ~BoundListeners ()
 The destructor.
void notify () const
 Notifies any com::sun::star::beans::XPropertyChangeListeners.

Friends

class PropertySetMixinImpl

Detailed Description

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.


Constructor & Destructor Documentation

cppu::PropertySetMixinImpl::BoundListeners::BoundListeners ( )

The constructor.

May throw std::bad_alloc.

cppu::PropertySetMixinImpl::BoundListeners::~BoundListeners ( )

The destructor.

Does not throw.


Member Function Documentation

void cppu::PropertySetMixinImpl::BoundListeners::notify ( ) const

Notifies any com::sun::star::beans::XPropertyChangeListeners.

May throw com::sun::star::uno::RuntimeException and std::bad_alloc.

See cppu::PropertySetMixinImpl::prepareSet for further details.


Friends And Related Function Documentation

friend class PropertySetMixinImpl [friend]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines