RAA - notificationctr

notificationctr / 0.1

Short description: A NotificationCenter implementation
Category: Library/Design Patterns
Status: beta
Created: 2003-12-14 10:06:56 GMT
Last update: 2003-12-14 10:06:54 GMT
Owner: Kevin Bullock (Projects of this owner)
Homepage: http://www.ringworld.org/~kbullock/ruby/
Download: http://www.ringworld.org/~kbullock/ruby/NotificationCenter-0.1.tar.gz
License: GPL
Dependency:
None
Description:

This class enables an object to broadcast a notification that an
event occurred to other objects, without having any knowledge of the
objects that it is broadcasting to. An object posts a notification
(identified by a string and possibly an associated object) to a
NotificationCenter (generally the default one). The NotificationCenter
then takes care of sending the notification to all of the objects that
have registered to receive it.

Edit this project (for project owner)

back to RAA top