Relative Content

Tag Archive for javaapache-commons

How to make Apache EventListenerSupport work?

I want to use custom events, but want to avoid implementing my own event listener management (and event firing) logic, because common wisdom has it, that there are “threading issues” which make that rather difficult. Well, so let’s try Apache’s EventListenerSupport class.