PureMVC Architects Lounge

PureMVC Manifold => Bug Report => Topic started by: rodrigo on February 07, 2008, 05:18:32



Title: [ FIXED ] Notifier needs to implement INotifier
Post by: rodrigo on February 07, 2008, 05:18:32
I don't think this is a bug (actually nothing work wrong) but org.puremvc.patterns.observer.Notifier should not have to implement org.puremvc.interfaces.INotifier?


Title: [ FIXED ] Notifier needs to implement INotifier
Post by: puremvc on February 07, 2008, 09:24:48
Hi Rodrigo,

Yes you are correct. Nothing in the framework manipulates an INotifier, its just that Proxy, Mediator, Command (and Facade in 2.0) extend Notifier, so of course it's not really a bug.

This has been corrected now and will be included in the 2.0 release.

Thanks!
-=Cliff>