From: Pieter v. Z. <pv...@us...> - 2005-07-11 10:27:02
|
Update of /cvsroot/coefficient/coefficient In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13287 Modified Files: RELEASE-NOTES.txt Log Message: the new event system Index: RELEASE-NOTES.txt =================================================================== RCS file: /cvsroot/coefficient/coefficient/RELEASE-NOTES.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RELEASE-NOTES.txt 7 Jul 2005 15:37:18 -0000 1.2 --- RELEASE-NOTES.txt 11 Jul 2005 10:26:51 -0000 1.3 *************** *** 10,13 **** --- 10,14 ---- * Added Constants.ALIAS_MAIL_HOST_ADDRESS to create assing an alias domain * Added MAX_NUM_OF_FORUMS for OpenDgroups. + * Adding the Event system Some small bug fixes was included as well: *************** *** 44,48 **** ! --- 45,55 ---- ! Adding the Event system ! -------------------------------- ! The Coefficient Event System (new to version 0.9.6), is a mechanism that allows system components to be ! notified of changes in other parts of the system. It does so without the two parts needing to know about each other, ! thus helping to maintain a clean design. The event system forms the "glue" between the components. Events, when they occur, ! are published to the event system. From there, interested components are notified that the event has occurred. They then ! handle the event and perform whatever processing is required. |