commit | 0a6f6d9d89a060c7115f840bbf6aaf0922a7ce4f | [log] [tgz] |
---|---|---|
author | Daniel Fuchs <dfuchs@openjdk.org> | Fri Sep 26 11:29:29 2014 +0200 |
committer | Daniel Fuchs <dfuchs@openjdk.org> | Fri Sep 26 11:29:29 2014 +0200 |
tree | aac75f0aff0ae16b85ff91e1a7889c59a1d5cae1 | |
parent | 77dc5d3c639cb0ed0db7d2c50597159deb22c592 [diff] |
8043306: Provide a replacement for the API that allowed to listen for LogManager configuration changes Added two new methods to LogManager (addConfigurationListener/removeConfigurationListener) which provide an equivalent functionality with no ties to java.beans. Reviewed-by: alanb, mchung, plevart, psandoz