LibreOffice Module cppuhelper (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
cppu::OInterfaceContainerHelper::NotifySingleListener< ListenerT, EventT > Class Template Reference

Public Member Functions

 NotifySingleListener (NotificationMethod method, const EventT &event)
 
void operator() (const css::uno::Reference< ListenerT > &listener) const
 

Private Member Functions

typedef void (SAL_CALL ListenerT::*NotificationMethod)(const EventT &)
 

Private Attributes

NotificationMethod m_pMethod
 
const EventT & m_rEvent
 

Detailed Description

template<typename ListenerT, typename EventT>
class cppu::OInterfaceContainerHelper::NotifySingleListener< ListenerT, EventT >

Definition at line 267 of file interfacecontainer.h.

Constructor & Destructor Documentation

◆ NotifySingleListener()

template<typename ListenerT , typename EventT >
cppu::OInterfaceContainerHelper::NotifySingleListener< ListenerT, EventT >::NotifySingleListener ( NotificationMethod  method,
const EventT &  event 
)
inline

Definition at line 274 of file interfacecontainer.h.

References m_pMethod, and m_rEvent.

Member Function Documentation

◆ operator()()

template<typename ListenerT , typename EventT >
void cppu::OInterfaceContainerHelper::NotifySingleListener< ListenerT, EventT >::operator() ( const css::uno::Reference< ListenerT > &  listener) const
inline

Definition at line 276 of file interfacecontainer.h.

References m_pMethod, and m_rEvent.

◆ void()

template<typename ListenerT , typename EventT >
typedef cppu::OInterfaceContainerHelper::NotifySingleListener< ListenerT, EventT >::void ( SAL_CALL ListenerT::*  NotificationMethod) const &
private

Member Data Documentation

◆ m_pMethod

template<typename ListenerT , typename EventT >
NotificationMethod cppu::OInterfaceContainerHelper::NotifySingleListener< ListenerT, EventT >::m_pMethod
private

Definition at line 271 of file interfacecontainer.h.

◆ m_rEvent

template<typename ListenerT , typename EventT >
const EventT& cppu::OInterfaceContainerHelper::NotifySingleListener< ListenerT, EventT >::m_rEvent
private

Definition at line 272 of file interfacecontainer.h.


The documentation for this class was generated from the following file: