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 () |
An interface to extend event notification actions.
cppu::IEventNotificationHook::~IEventNotificationHook | ( | ) | [inline, protected] |
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.
bIgnoreRuntimeExceptionsWhileFiring | indicates whether occuring RuntimeExceptions shall be ignored when firing notifications |