<?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: Addicted to MicroObservables</title>
	<atom:link href="http://www.addicted2flash.com/2008/08/addicted-to-microobservables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.addicted2flash.com/2008/08/addicted-to-microobservables/</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/addicted-to-microobservables/comment-page-1/#comment-11</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 09 Dec 2008 07:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicted2flash.com/?p=131#comment-11</guid>
		<description>Thanks for your response. I really forgot to check this. Your addition makes sence. I have just implemented it in the MicroObservable.</description>
		<content:encoded><![CDATA[<p>Thanks for your response. I really forgot to check this. Your addition makes sence. I have just implemented it in the MicroObservable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cid</title>
		<link>http://www.addicted2flash.com/2008/08/addicted-to-microobservables/comment-page-1/#comment-10</link>
		<dc:creator>cid</dc:creator>
		<pubDate>Mon, 08 Dec 2008 19:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicted2flash.com/?p=131#comment-10</guid>
		<description>Try this,

&lt;code&gt;
public function set value( value: * ): void
{
	if(_value != value)
	{
		_value = value;
 		_hasChanged = true;
		notifyObservers();
	}
}&lt;/code&gt;

Observer pattern is very flexible.</description>
		<content:encoded><![CDATA[<p>Try this,</p>
<p><code><br />
public function set value( value: * ): void<br />
{<br />
	if(_value != value)<br />
	{<br />
		_value = value;<br />
 		_hasChanged = true;<br />
		notifyObservers();<br />
	}<br />
}</code></p>
<p>Observer pattern is very flexible.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
