Changes between Version 3 and Version 4 of Document/Development/Design/Framework/EventArchitecture
- Timestamp:
- 06/25/07 10:42:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Design/Framework/EventArchitecture
v3 v4 9 9 === `Event Watcher` === 10 10 11 It will be the subject (Observer pattern) which intends to call all the registered watcher to get known if any event has ocurred. 11 It will be the subject (Observer pattern) which intends to call all the registered watcher to get known if any event has ocurred. An `ebox-watcher` will be installed at '''cron''' that it will check every steptime for executing any script. 12 12 13 13 === `Concrete Watcher` === 14 14 15 It will be one the watcher. An example could be a `DiskFullWatcher` which takes care if the disk is full to fill it out more. 15 It will be one the watcher. An example could be a `DiskFullWatcher` which takes care if the disk is full to fill it out more. It will be called by `ebox-watcher` whenever its periodicity says so. 16 16 17 17 === `Event Manager` ===