Re: [dev] Is broadcasting global events possible?

2007-11-16 Thread Christoph Lutz
Hi Andreas, I'm a colleague of Matthias and as he is not at office today, I will give you some details about the required global event: our component (let's call it A) processes TextDocuments. So it listens for OnNew-Events and starts the asynchron processing of the documents (in new Threads).

[dev] Meet me: [EMAIL PROTECTED]

2007-11-16 Thread Lina Kemmel
Return Receipt Your [dev] Meet me: [EMAIL PROTECTED] document:

Re: [dev] Is broadcasting global events possible?

2007-11-16 Thread Andreas Schlüns
Hello Christoph, Hi Andreas, I'm a colleague of Matthias and as he is not at office today, I will give you some details about the required global event: our component (let's call it A) processes TextDocuments. So it listens for OnNew-Events and starts the asynchron processing of the documents

Re: [dev] Is broadcasting global events possible?

2007-11-16 Thread Andreas Schlüns
Hello Matthias, Is it possible for our custom Java component to broadcast events via the GlobalEventBroadcaster, so that listeners listening on it will receive them? Yes it's possible ... but till now an undocumented feature. The problem behind: who will be responsible to make sure that all

Re: [dev] Is broadcasting global events possible?

2007-11-16 Thread Mathias Bauer
Christoph Lutz wrote: We are now searching for a mechanism to broadcast a kind of synchronization-event. This mechanism should of course be as most independent of our custom component and as most integrable into the generic OOo-Mechanisms. Using the globalEventBroadcaster is one approach we