LibreOffice Module comphelper (master) 1
|
#include <configurationlistener.hxx>
Public Member Functions | |
virtual | ~ConfigurationListenerPropertyBase () |
virtual void | setProperty (const css::uno::Any &aProperty)=0 |
void | dispose () |
Public Attributes | |
OUString | maName |
rtl::Reference< ConfigurationListener > | mxListener |
Definition at line 29 of file configurationlistener.hxx.
|
inlinevirtual |
Definition at line 34 of file configurationlistener.hxx.
|
inline |
Definition at line 36 of file configurationlistener.hxx.
References mxListener.
|
pure virtual |
Implemented in comphelper::ConfigurationListenerProperty< uno_type >.
Referenced by comphelper::ConfigurationListener::addListener().
OUString comphelper::ConfigurationListenerPropertyBase::maName |
Definition at line 31 of file configurationlistener.hxx.
Referenced by comphelper::ConfigurationListener::addListener(), comphelper::ConfigurationListenerProperty< uno_type >::ConfigurationListenerProperty(), and comphelper::ConfigurationListener::removeListener().
rtl::Reference<ConfigurationListener> comphelper::ConfigurationListenerPropertyBase::mxListener |
Definition at line 32 of file configurationlistener.hxx.
Referenced by comphelper::ConfigurationListenerProperty< uno_type >::ConfigurationListenerProperty().