Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Fabrication / Re: Quetion for "respondTo"? on: March 16, 2009, 11:45:12
Take a look for this, from Fabrication Feature:

Notification extensions : Fabrication provides mediators to detect notification interests based on intent. You no longer need to declare notifications that your mediator is interested in with listNotificationInterests. Instead you simply write a handler function like, respondToChanged. Fabrication automatically interprets this as a mediator's interest in the "changed" notification name. This feature reduces the complexity in switch cases that can result in a Mediator's handleNotification.

2  Announcements and General Discussion / Fabrication / Re: Quetion for "respondTo"? on: March 16, 2009, 11:36:32
Yes, I got the same question 1 hour before. now recognized that the method responsTOBlaBla automatically handle the notification with "BlaBla" in the framework.
Pages: [1]