| Path: | src/org/puremvc/ruby/core/controller.rb |
| Last Update: | Mon Dec 29 18:52:44 -0600 2008 |
In PureMVC, the Controller class assumes these responsibilities:
Your application must register any Commands with the Controller.
The simplest way is to subclass Facade, and use its initializeController method to add your registrations.