My Project
UDK 3.2.7 C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
cppu::IEventNotificationHook Class Reference

An interface to extend event notification actions. More...

#include <propshlp.hxx>

Public Member Functions

virtual void fireEvents (sal_Int32 *pnHandles, sal_Int32 nCount, sal_Bool bVetoable, bool bIgnoreRuntimeExceptionsWhileFiring)=0
 Method to be called by OPropertySetHelper::fire.

Protected Member Functions

 ~IEventNotificationHook ()

Detailed Description

An interface to extend event notification actions.

Constructor & Destructor Documentation

cppu::IEventNotificationHook::~IEventNotificationHook ( )
inlineprotected

Member Function Documentation

virtual void cppu::IEventNotificationHook::fireEvents ( sal_Int32 *  pnHandles,
sal_Int32  nCount,
sal_Bool  bVetoable,
bool  bIgnoreRuntimeExceptionsWhileFiring 
)
pure virtual

Method to be called by OPropertySetHelper::fire.

Parameters
bIgnoreRuntimeExceptionsWhileFiringindicates whether occuring RuntimeExceptions shall be ignored when firing notifications
See Also
OPropertySetHelper::fire

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