puremvc
|
 |
« Reply #1 on: March 31, 2010, 09:56:41 » |
|
Your facade doesn't need to listen for notifications. But if you wanted to tap into the flow of notifications in the app, you could override the Facade's sendNotification method.
For instance if you wanted to choke certain notifications temporarily during a given state, you could have that overridden sendNotification method check the note that was passed in against a filter list, and only call super with it if it's not on the list.
HTH, -=Cliff>
|