#include <propeventtranslation.hxx>
|
| PropertyEventTranslation (const css::uno::Reference< css::beans::XPropertyChangeListener > &_rxDelegator, const css::uno::Reference< css::uno::XInterface > &_rxTranslatedEventSource) |
| constructs the object More...
|
|
const css::uno::Reference< css::beans::XPropertyChangeListener > & | getDelegator () const |
|
|
virtual void SAL_CALL | propertyChange (const css::beans::PropertyChangeEvent &evt) override |
|
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
|
Definition at line 35 of file propeventtranslation.hxx.
◆ PropertyEventTranslation() [1/2]
pcr::PropertyEventTranslation::PropertyEventTranslation |
( |
const css::uno::Reference< css::beans::XPropertyChangeListener > & |
_rxDelegator, |
|
|
const css::uno::Reference< css::uno::XInterface > & |
_rxTranslatedEventSource |
|
) |
| |
constructs the object
- Exceptions
-
NullPointerException | if <arg>_rxDelegator</arg> is <NULL> |
◆ PropertyEventTranslation() [2/2]
◆ disposing()
void SAL_CALL pcr::PropertyEventTranslation::disposing |
( |
const css::lang::EventObject & |
Source | ) |
|
|
overrideprotectedvirtual |
◆ getDelegator()
const css::uno::Reference< css::beans::XPropertyChangeListener > & pcr::PropertyEventTranslation::getDelegator |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ propertyChange()
void SAL_CALL pcr::PropertyEventTranslation::propertyChange |
( |
const css::beans::PropertyChangeEvent & |
evt | ) |
|
|
overrideprotectedvirtual |
◆ m_xDelegator
css::uno::Reference< css::beans::XPropertyChangeListener > pcr::PropertyEventTranslation::m_xDelegator |
|
private |
◆ m_xTranslatedEventSource
css::uno::Reference< css::uno::XInterface > pcr::PropertyEventTranslation::m_xTranslatedEventSource |
|
private |
The documentation for this class was generated from the following files: