Re: [lang] EventSupport interface WAS Re: [VOTE] Release Commons Lang 3.0 Beta.1

2010-07-26 Thread Michael Wooten
+1 agreed. I think that there is a usefulness in both cases Matt mentions. May I also suggest that the interface be named EventSource instead of EventSupport, so as to avoid confusion with the EventListenerSupport class and better identify the class as being a source of events. -Michael On Mon, J

[lang] EventSupport interface WAS Re: [VOTE] Release Commons Lang 3.0 Beta.1

2010-07-26 Thread Matt Benson
I think adding the EventSupport interface still has value; as mentioned before, some type that needs to support > 1 listener type can still implement EventSupport and this is more valuable than having no interface whatsoever with which to manipulate the object's listeners. The primary differenc