Hi all, I implemented an XDispatchProviderInterceptor (as a Java object not a UNO one) it's instantiated when a XJob (synchronous job) is fired by an OnViewCreated event.
The interceptor works correctly and and it unregisters as frame event listener and as interceptor when it receives com.sun.star.frame.FrameAction.COMPONENT_DETACHING_value in its frameAction() method. I'm worried about what would happen when another interceptor register itself at the same frame. On the DevGuide I haven't find anything useful. Are there other frame events that need to be detected? TIA -- Kind Regards, Giuseppe Castagno Acca Esse http://www.acca-esse.eu [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
