Talk:Observer pattern

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

Observer and MVC should be separated

The article spends more time discussing and demonstrating the MVC framework than the Observer pattern. It should be moved to another page. Actually, the MVC framework is rarely used in games (at least not in its canonical form). John Bolton 15:06, 13 August 2006 (EDT)


Listener

Is there any difference to the Listener pattern? Or are Observers and Listeners basically the same? I think so, but I don't know for sure...