<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Extended Observer-Pattern</title>
	<atom:link href="http://www.addicted2flash.com/2008/08/extended-observer-pattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.addicted2flash.com/2008/08/extended-observer-pattern/</link>
	<description>tim richter</description>
	<lastBuildDate>Fri, 20 Aug 2010 06:53:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: tim</title>
		<link>http://www.addicted2flash.com/2008/08/extended-observer-pattern/comment-page-1/#comment-58</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Mon, 22 Mar 2010 16:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicted2flash.com/?p=27#comment-58</guid>
		<description>the only problem with this approach is that a concrete implementation accepts the same notifications for every IObservable. This is why the oberver implementations in the a2f-library are different. Another way to get around this issue is to pass the interests as parameters.

regards
tim</description>
		<content:encoded><![CDATA[<p>the only problem with this approach is that a concrete implementation accepts the same notifications for every IObservable. This is why the oberver implementations in the a2f-library are different. Another way to get around this issue is to pass the interests as parameters.</p>
<p>regards<br />
tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thienhaflash</title>
		<link>http://www.addicted2flash.com/2008/08/extended-observer-pattern/comment-page-1/#comment-56</link>
		<dc:creator>thienhaflash</dc:creator>
		<pubDate>Sat, 20 Mar 2010 03:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicted2flash.com/?p=27#comment-56</guid>
		<description>seem interesting...

But i want to ask some more... i just wanna discuss so no offense, ok ?

To my understand, if you has 10 Observable then you will need to make 10 more ISpecificObserver ?

How about add one more +observerName():String for IObservable and one more acceptNotifications(name: String): Array for IObserver, then we do not need ISpecificObsever anymore ? 

This way, when we need a concreteObserver to listen to 10 Observable we can do a simple switch case inside acceptNotifications, according to the name, we return the correct interested notifications array ?

Actually i am addicted to flash, too and if you want to discuss more can we talk through email / chat ?

thanks.</description>
		<content:encoded><![CDATA[<p>seem interesting&#8230;</p>
<p>But i want to ask some more&#8230; i just wanna discuss so no offense, ok ?</p>
<p>To my understand, if you has 10 Observable then you will need to make 10 more ISpecificObserver ?</p>
<p>How about add one more +observerName():String for IObservable and one more acceptNotifications(name: String): Array for IObserver, then we do not need ISpecificObsever anymore ? </p>
<p>This way, when we need a concreteObserver to listen to 10 Observable we can do a simple switch case inside acceptNotifications, according to the name, we return the correct interested notifications array ?</p>
<p>Actually i am addicted to flash, too and if you want to discuss more can we talk through email / chat ?</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: observer pattern as MVC enabler &#8211; percentJuice</title>
		<link>http://www.addicted2flash.com/2008/08/extended-observer-pattern/comment-page-1/#comment-51</link>
		<dc:creator>observer pattern as MVC enabler &#8211; percentJuice</dc:creator>
		<pubDate>Sun, 06 Dec 2009 22:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicted2flash.com/?p=27#comment-51</guid>
		<description>[...] searched for similar AS3 Observer implementation examples online and found but one. Hope my example helps your code find its way to clean &amp; [...]</description>
		<content:encoded><![CDATA[<p>[...] searched for similar AS3 Observer implementation examples online and found but one. Hope my example helps your code find its way to clean &amp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Websites tagged "observer" on Postsaver</title>
		<link>http://www.addicted2flash.com/2008/08/extended-observer-pattern/comment-page-1/#comment-28</link>
		<dc:creator>Websites tagged "observer" on Postsaver</dc:creator>
		<pubDate>Tue, 19 May 2009 09:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicted2flash.com/?p=27#comment-28</guid>
		<description>[...] - Extended Observer-Pattern saved by kiyotin2009-05-13 - hounds, camera, sock saved by OkitaAoyagi2009-04-29 - Retreat saved by [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; Extended Observer-Pattern saved by kiyotin2009-05-13 &#8211; hounds, camera, sock saved by OkitaAoyagi2009-04-29 &#8211; Retreat saved by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Addicted to MicroObservables / addicted2flash</title>
		<link>http://www.addicted2flash.com/2008/08/extended-observer-pattern/comment-page-1/#comment-2</link>
		<dc:creator>Addicted to MicroObservables / addicted2flash</dc:creator>
		<pubDate>Tue, 26 Aug 2008 11:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicted2flash.com/?p=27#comment-2</guid>
		<description>[...] In this case it is recommended to use a more dynamic approach like an specific observable. [...]</description>
		<content:encoded><![CDATA[<p>[...] In this case it is recommended to use a more dynamic approach like an specific observable. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
