UDK 3.2.7 C/C++ API Reference
Public Member Functions | Protected Member Functions
cppu::IEventNotificationHook Class Reference

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

#include <propshlp.hxx>

List of all members.

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 ( ) [inline, protected]

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines