Am Donnerstag, 5. Juli 2012 19:55:21 UTC+2 schrieb Lukas Eder: > > Hi Sergey, > > I've had a closer look to your suggested contribution. This would > break existing API where ExecuteListeners are registered in Settings, > with the possibility of loading ExecuteListener configuration from an > XML configuration file. Settings is the right place for > ExecuteListeners. >
Settings might be the right place to define which listeners to attach but is it the right place to keep the instances, too? Why don't you create the listeners once in Configuration when setSettings() is called and then use this list? Regards, A. Digulla
