Path: | src/org/puremvc/ruby/patterns/observer/observer.rb |
Last Update: | Mon Dec 29 20:04:31 -0600 2008 |
An Observer is an object that encapsulates information about an interested object with a method that should be called when a particular Notification is broadcast.
In PureMVC, the Observer class assumes these responsibilities: