DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38929>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38929 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-26 19:25 ------- I attached a patch with an initial implementation for this enhancement request (dealing with the "raw" events, which can be the base of high-level event listeners). The idea is to have a class EventSource that provides basic functionality for registering and notifying event listeners. AbstractConfiguration extends this class, and all methods that modify the configuration call the inherited fireEvent() method accordingly. However I faced a problem with the clearProperty() method. Being abstract the base class cannot provide event support for this method, so it would have to be implemented in all sub classes - which certainly is no good solution. Does anybody have an idea how to deal with this problem? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
