|
From: McDonald, B. <Bru...@ba...> - 2003-12-16 19:22:36
|
This bounced - I have included the files in a zip archive -----Original Message----- From: McDonald, Bruce Sent: Tuesday, December 16, 2003 1:49 PM To: bab...@li... Subject: Configuration change notification... All, I have implemented a set of classes that could form the basis for configuration change notification. These are: 1. IConfigChangeListener - Interface which accepts a configuration change notification. This is implemented by those client classes that are interested in notifications. 2. ConfigChangeEvent - a simple wrapper for configuration change data. 3. IConfigChangeNotifier - Interface for those IConfigServices that generate configuration change events. 4. ConfigChangeNotifier - implementation of 3 for delegation into a Configuration to handle the generation of configuration events. 5. ConfigService - additions to this class to handle and delegate the IConfigChangeNotifier methods to the contained IConfigServer class. |