<?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"
	>
<channel>
	<title>Comments on: Listeners and Adapters</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2009/09/listeners-and-adapters/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2009/09/listeners-and-adapters/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Mon, 21 May 2012 07:46:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Bas Leijdekkers</title>
		<link>http://blogs.jetbrains.com/idea/2009/09/listeners-and-adapters/#comment-115607</link>
		<dc:creator>Bas Leijdekkers</dc:creator>
		<pubDate>Mon, 07 Sep 2009 11:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1763#comment-115607</guid>
		<description>This inspection and intention will work with any interface whose name ends with Listener which has an abstract subclass that implements this interface whose name ends with Adapter. Thus this will work for your Adapters and Listeners too.</description>
		<content:encoded><![CDATA[<p>This inspection and intention will work with any interface whose name ends with Listener which has an abstract subclass that implements this interface whose name ends with Adapter. Thus this will work for your Adapters and Listeners too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esko Luontola</title>
		<link>http://blogs.jetbrains.com/idea/2009/09/listeners-and-adapters/#comment-115532</link>
		<dc:creator>Esko Luontola</dc:creator>
		<pubDate>Sat, 05 Sep 2009 15:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1763#comment-115532</guid>
		<description>Will this work with any interfaces, such as those in the current project and its libraries, or only those that are part of the JDK? In theory it should be possible to detect adapter classes - they have an empty implementation of all (or most) methods of an interface.</description>
		<content:encoded><![CDATA[<p>Will this work with any interfaces, such as those in the current project and its libraries, or only those that are part of the JDK? In theory it should be possible to detect adapter classes - they have an empty implementation of all (or most) methods of an interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Mazovetskiy</title>
		<link>http://blogs.jetbrains.com/idea/2009/09/listeners-and-adapters/#comment-115502</link>
		<dc:creator>Gleb Mazovetskiy</dc:creator>
		<pubDate>Fri, 04 Sep 2009 13:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1763#comment-115502</guid>
		<description>If I have an XListener and an XAdapter will this inspection work?
Basically, is this a naming convention based feature?</description>
		<content:encoded><![CDATA[<p>If I have an XListener and an XAdapter will this inspection work?<br />
Basically, is this a naming convention based feature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blogs.jetbrains.com/idea/2009/09/listeners-and-adapters/#comment-115460</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 03 Sep 2009 14:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1763#comment-115460</guid>
		<description>This is nice. I have needed this on many occasions! There have been times I have implemented the listener then decided I just need the adapter because I only really need 1 or 2 methods implemented. Tedious. Awesome new addition!</description>
		<content:encoded><![CDATA[<p>This is nice. I have needed this on many occasions! There have been times I have implemented the listener then decided I just need the adapter because I only really need 1 or 2 methods implemented. Tedious. Awesome new addition!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaclav Slovacek</title>
		<link>http://blogs.jetbrains.com/idea/2009/09/listeners-and-adapters/#comment-115458</link>
		<dc:creator>Vaclav Slovacek</dc:creator>
		<pubDate>Thu, 03 Sep 2009 13:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1763#comment-115458</guid>
		<description>Maybe the new closure folding could be used here as well to hide unused methods?</description>
		<content:encoded><![CDATA[<p>Maybe the new closure folding could be used here as well to hide unused methods?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

