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

Pages: [1]
Print
Author Topic: [ FIXED ] Notifier needs to implement INotifier  (Read 8629 times)
rodrigo
Port to PHP
Newbie
*
Posts: 3


View Profile Email
« 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?
« Last Edit: February 25, 2008, 06:31:00 by puremvc » Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 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>
Logged
Pages: [1]
Print