<?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: Interesting ChangeWatcher Behaviour</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2007/10/26/interesting-changewatcher-behaviour/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2007/10/26/interesting-changewatcher-behaviour/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2007/10/26/interesting-changewatcher-behaviour/comment-page-1/#comment-48038</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 14 Nov 2007 18:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/10/26/interesting-changewatcher-behaviour/#comment-48038</guid>
		<description>Manfred,

You are correct, only the array reference itself is monitored, not the contents.  The bit that surprised me was that the ChangeWatcher fired as part of setting the watched value, not as part of processing an event dispatched by setting the watched value (and therefore after the current call stack finishes).</description>
		<content:encoded><![CDATA[<p>Manfred,</p>
<p>You are correct, only the array reference itself is monitored, not the contents.  The bit that surprised me was that the ChangeWatcher fired as part of setting the watched value, not as part of processing an event dispatched by setting the watched value (and therefore after the current call stack finishes).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manfred karrer</title>
		<link>https://www.barneyb.com/barneyblog/2007/10/26/interesting-changewatcher-behaviour/comment-page-1/#comment-47969</link>
		<dc:creator>manfred karrer</dc:creator>
		<pubDate>Wed, 14 Nov 2007 11:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2007/10/26/interesting-changewatcher-behaviour/#comment-47969</guid>
		<description>i think that is because flash do not inspect the contetn inside the array. and the actual array object has not changed, it is treated as an reference. otherwise it would cost a lot of performance to inspect the whole object (it could be a complex graph)...</description>
		<content:encoded><![CDATA[<p>i think that is because flash do not inspect the contetn inside the array. and the actual array object has not changed, it is treated as an reference. otherwise it would cost a lot of performance to inspect the whole object (it could be a complex graph)&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
