> Not sure. In very 'busy' systems, it becomes a challange to > write the 'hub', so that you don't need to synchronize the > 'addListener' and 'fireEvent' parts, because otherwise it > becomes a bottleneck.
Listeners are added and removed comparatively rarely compared to the number of fireEvent calls, so a copy-on-write list can eliminate much synchronization. /LS --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
