Methods of Class IEventNotificationHook


fireEvents
virtual void fireEvents(
sal_Int32 * pnHandles,
sal_Int32 nCount,
sal_Bool bVetoable,
bool bIgnoreRuntimeExceptionsWhileFiring ) = 0;

virtual abstract const volatile template static inline C-linkage
YES YES NO NO NO NO NO NO

Summary
Method to be called by OPropertySetHelper::fire.
Parameters
bIgnoreRuntimeExceptionsWhileFiring
                        indicates whether occuring RuntimeExceptions shall be
                        ignored when firing notifications

        
See Also
OPropertySetHelper::fire

Top of Page