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
oliver.heger@t-online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #17985|0 |1
is obsolete| |
------- Additional Comments From oliver.heger@t-online.de 2006-04-02 17:35 -------
Created an attachment (id=18016)
--> (http://issues.apache.org/bugzilla/attachment.cgi?id=18016&action=view)
Implementation of basic event support for configuration classes
This patch implements complete support for "raw" events that are generated for
each update of a configuration object.
The problem with the clearProperty() method mentioned in the last comment was
solved by providing a clearProperty() implementation in AbstractConfiguration
that deals with the event stuff and then delegates to a new
clearPropertyDirect() method. This method is implemented empty in
AbstractConfiguration. Derived classes now instead of implementing
clearProperty() override clearPropertyDirect(). These changes should not
introduce binary incompatibilities.
--
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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|