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 / General Discussion / Re: Remove and Add Notifications Interests after registeration on: November 12, 2009, 09:15:02
Thank you,
i am creating an Open Source Video Player based on Pure MVC and on OSMF,
because this is a Player my view components and mediators are mostly never removed,
i think it will be smart to add some kind of functionality to add and remove registration of
certen notifications inside the mediators like you do with commands.
10x again,
Boaz
2  Announcements and General Discussion / General Discussion / Remove and Add Notifications Interests after registeration on: November 11, 2009, 03:21:34
Hi,

i was wondering if there is a way to add and remove notifications from the list notifications on runtime?
it is obvious that this may cause performance issues if there is no way to do that.
when in event system i can do add and remove events, abut here i only list the notification on registration.
this may cause allot of functions to be registered and do nothing...
i think that this is not reasonable solution from performance point of view, and i would like to know what is the best way or if there is a way to add and remove notifications interests on run time? 

Thank you
Boaz
Pages: [1]