NotificationFramework 0.7
Notification Framework: Observer Design Pattern
The Notification Framework allows one-to-many dependency between objects, where an object (the subject) can tell to an unknown number of objects (the observers) that an event occurred (typically, that the object has changed), without having any idea of who the observers are and where they live (abstract, minimal coupling).
- Author: Sebastien Bigaret
- Home Page: http://modeling.sourceforge.net/API/Notification-API/index.html
- License: BSD License
- Package Index Owner: sbigaret
- DOAP record: NotificationFramework-0.7.xml