Changes between Version 3 and Version 4 of Document/Development/Design/Framework/EventArchitecture

Show
Ignore:
Timestamp:
06/25/07 10:42:51 (6 years ago)
Author:
ejhernandez@… (IP: 88.26.177.14)
Comment:

Added implementation details

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Design/Framework/EventArchitecture

    v3 v4  
    99=== `Event Watcher` === 
    1010 
    11 It will be the subject (Observer pattern) which intends to call all the registered watcher to get known if any event has ocurred. 
     11It 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. 
    1212 
    1313=== `Concrete Watcher` === 
    1414 
    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. 
     15It 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. 
    1616 
    1717=== `Event Manager` ===