<?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: Using the GWT ClickListener on an Element</title>
	<atom:link href="http://www.benmccann.com/dev-blog/using-the-gwt-clicklistener-in-an-html-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benmccann.com/dev-blog/using-the-gwt-clicklistener-in-an-html-table/</link>
	<description>The software development weblog of Benjamin McCann.</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:26:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andy</title>
		<link>http://www.benmccann.com/dev-blog/using-the-gwt-clicklistener-in-an-html-table/comment-page-1/#comment-11388</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 06 Jun 2009 16:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=139#comment-11388</guid>
		<description>You don&#039;t have to add a click listener.  You can just use the DOM.setEventListener(Element elem, EventListener listener) method.  Not as messy as JSNI.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t have to add a click listener.  You can just use the DOM.setEventListener(Element elem, EventListener listener) method.  Not as messy as JSNI.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

