Hello all, When we use jde-gen 's templates to create an event listener, jde generates anonymous inner classes for the listeners. I don't really like this coding style, as I prefer to have real distinct named inner for (the transition to Action classes is easier like that and the code is perhaps a little clearer).
I suggest adding a second version of the templates : eg: jde-gen-mouse-listener : jde-gen-mouse-listener-inner-class for all the listeners. What do you think of it ? Am I the only one to code my listeners like that ? Would some people be interested in coding it or appreciate to see it coded ? Steff --
