PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: krange on October 13, 2008, 03:13:50



Title: custom notification
Post by: krange on October 13, 2008, 03:13:50
Hey,

I'm looking at creating a custom notification. I've got my mediator and notification classes setup, but running into an issue implementing it in a command. I was thinking the best way to do this would be to override execute with a notification that was a subclass of INotification but no love for this process. Whats the best way of going about this? Right now I'm just casting the notification in my execute method as my subclass but this doesn't seem "right".

Thanks,
Kris


Title: Re: custom notification
Post by: puremvc on October 13, 2008, 03:47:58
Wow, I really have to add this to the FAQ.

For now, the canonical answer lies in the following post:

http://forums.puremvc.org/index.php?topic=733

-=Cliff>