From: Sebastian M. <seb...@un...> - 2008-05-06 15:35:53
|
Hi I plan to make a change in the design: In VimConnection there is this one: //TODO simplify this long method? private void addListeners() { ... I propose to make a named class for each listener. This will be easier to read and extend. Any objections? Seb. |