Anonymous - 2004-07-01

Hi,

I think it would be great if I could add multiple listeners. Currently I can only add one listener:

Generated code:
this.listener = listener;

I would like functionality that was more like this:
listeners.add(listener);

And then just loop through the listeners when a event occured.

Regards,
F. Bregnvig