There's an EventListenerList utility class; it's not threadsafe but it is concurrency safe (meaning, you can navigate its Iterator of listeners even while adding and removing listeners).
-- Howard M. Lewis Ship Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry http://jakarta.apache.org/commons/sandbox/hivemind/ http://javatapestry.blogspot.com > -----Original Message----- > From: Harish Krishnaswamy [mailto:[EMAIL PROTECTED] > Sent: Friday, October 03, 2003 11:27 AM > To: Jakarta Commons Developers List > Subject: [HiveMind] EventListener service > > > I know there was some talk about listener services, has anyone > implemented any such service? I am having a need now for such > a service > and I don't want to reinvent the wheel. > > Thanks, > Harish > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
