<?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: object references in event handlers prevent GC</title>
	<atom:link href="http://words.transmote.com/wp/20090321/object-references-in-event-handlers-prevent-gc/feed/" rel="self" type="application/rss+xml" />
	<link>http://words.transmote.com/wp/20090321/object-references-in-event-handlers-prevent-gc/</link>
	<description>design + art + code</description>
	<lastBuildDate>Thu, 09 Sep 2010 04:20:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ericsoco</title>
		<link>http://words.transmote.com/wp/20090321/object-references-in-event-handlers-prevent-gc/comment-page-1/#comment-18</link>
		<dc:creator>ericsoco</dc:creator>
		<pubDate>Sun, 22 Mar 2009 18:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?p=51#comment-18</guid>
		<description>haven&#039;t tested that, but i imagine it&#039;s fine.  i think the problem with using it inside the event handler has to do with the way event handlers are stored in EventDispatcher instance queues; for some reason, using something like Keyboard in there keeps the event handler from getting properly removed from the EventDispatcher queue.  calls from the event handler are not stored inside the EventDispatcher queue, and should not be an issue.

just a guess.</description>
		<content:encoded><![CDATA[<p>haven&#8217;t tested that, but i imagine it&#8217;s fine.  i think the problem with using it inside the event handler has to do with the way event handlers are stored in EventDispatcher instance queues; for some reason, using something like Keyboard in there keeps the event handler from getting properly removed from the EventDispatcher queue.  calls from the event handler are not stored inside the EventDispatcher queue, and should not be an issue.</p>
<p>just a guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: makc</title>
		<link>http://words.transmote.com/wp/20090321/object-references-in-event-handlers-prevent-gc/comment-page-1/#comment-17</link>
		<dc:creator>makc</dc:creator>
		<pubDate>Sun, 22 Mar 2009 15:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?p=51#comment-17</guid>
		<description>what about Keyboard.SPACE inside doStuff ()?</description>
		<content:encoded><![CDATA[<p>what about Keyboard.SPACE inside doStuff ()?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
