<?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: Poor man&#8217;s delegates</title>
	<atom:link href="http://wuetender-junger-mann.de/wordpress/2008/09/poor-mans-delegates/feed/" rel="self" type="application/rss+xml" />
	<link>http://wuetender-junger-mann.de/wordpress/2008/09/poor-mans-delegates/</link>
	<description>Der Freiheit eine Gasse</description>
	<lastBuildDate>Tue, 29 May 2012 14:33:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: JoshG</title>
		<link>http://wuetender-junger-mann.de/wordpress/2008/09/poor-mans-delegates/comment-page-1/#comment-37592</link>
		<dc:creator>JoshG</dc:creator>
		<pubDate>Thu, 04 Sep 2008 21:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://wuetender-junger-mann.de/wordpress/?p=607#comment-37592</guid>
		<description><![CDATA[Very nice. Perhaps annotating the methods or filling an ArrayList of strings with the names are alternatives (the former good for code-time declaration, the latter for code, container load, or runtime setting).

@Action public void doMyThing() { ... };

or 

private ArrayList actions = new ArrayList();
actions.add(&quot;doMyThing&quot;);
...
with a getActions for others to add/remove actions at runtime.]]></description>
		<content:encoded><![CDATA[<p>Very nice. Perhaps annotating the methods or filling an ArrayList of strings with the names are alternatives (the former good for code-time declaration, the latter for code, container load, or runtime setting).</p>
<p>@Action public void doMyThing() { &#8230; };</p>
<p>or </p>
<p>private ArrayList actions = new ArrayList();<br />
actions.add(&#8220;doMyThing&#8221;);<br />
&#8230;<br />
with a getActions for others to add/remove actions at runtime.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
