Content for OpenOffice.org version 3.3.
| PUBLIC MEMBERS: |
CLASSES
| STRUCTS
| UNIONS
| ENUMS
| TYPEDEFS
| METHODS
| STATIC METHODS
| DATA
| STATIC DATA |
| PRIVATE MEMBERS: |
CLASSES
| STRUCTS
| UNIONS
| ENUMS
| TYPEDEFS
| METHODS
| STATIC METHODS
| DATA
| STATIC DATA |
:: 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
-
Top of Page
Copyright © 2009 Sun Microsystems, Inc.