<?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: ListenerProxy v2</title>
	<atom:link href="http://danielbunte.de/2010/02/14/listenerproxy-v2/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielbunte.de/2010/02/14/listenerproxy-v2/</link>
	<description>ActionScript, 3D Flash, AIR</description>
	<lastBuildDate>Tue, 17 Apr 2012 14:30:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Daniel Bunte</title>
		<link>http://danielbunte.de/2010/02/14/listenerproxy-v2/comment-page-1/#comment-154</link>
		<dc:creator>Daniel Bunte</dc:creator>
		<pubDate>Wed, 27 Oct 2010 12:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://danielbunte.de/?p=173#comment-154</guid>
		<description>with the listenerproxy, you&#039;re able to get/set/remove multiple listeners on multiple objects at once. i&#039;ve never thought about tags or temporarily disabling eventlisteners, but that&#039;s a good tip. i also thought about making this class public if the as3-community is interested in it :)</description>
		<content:encoded><![CDATA[<p>with the listenerproxy, you&#8217;re able to get/set/remove multiple listeners on multiple objects at once. i&#8217;ve never thought about tags or temporarily disabling eventlisteners, but that&#8217;s a good tip. i also thought about making this class public if the as3-community is interested in it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wonderwhy-er</title>
		<link>http://danielbunte.de/2010/02/14/listenerproxy-v2/comment-page-1/#comment-153</link>
		<dc:creator>wonderwhy-er</dc:creator>
		<pubDate>Wed, 27 Oct 2010 12:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://danielbunte.de/?p=173#comment-153</guid>
		<description>Nice class, often using something like that myself as it is kind of quick to make such manager.
Always wanted but never got to making little bit more advanced version(though may be you have those features).

I wanted to make it so:
EventManager.registerEvent(target:Object,targetEvent:String,listener:Function,listenerOwner:Object=null,tags:Vector.=null);

So afterwords I can get/remove/disable events by all those params. For example I can try to disable all listeners for some owner. Or for some EventDispatcher. Or all marked with some Tag.

This would be a very powerful Event manager but I never got to making it probably just because I can solve my problems without it. But sometimes it would be useful. Like you could mark stuff connected to UI with UI tag and stuff related to say connection with IO and then will be able to disable them with small command.</description>
		<content:encoded><![CDATA[<p>Nice class, often using something like that myself as it is kind of quick to make such manager.<br />
Always wanted but never got to making little bit more advanced version(though may be you have those features).</p>
<p>I wanted to make it so:<br />
EventManager.registerEvent(target:Object,targetEvent:String,listener:Function,listenerOwner:Object=null,tags:Vector.=null);</p>
<p>So afterwords I can get/remove/disable events by all those params. For example I can try to disable all listeners for some owner. Or for some EventDispatcher. Or all marked with some Tag.</p>
<p>This would be a very powerful Event manager but I never got to making it probably just because I can solve my problems without it. But sometimes it would be useful. Like you could mark stuff connected to UI with UI tag and stuff related to say connection with IO and then will be able to disable them with small command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

