<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Example use of Event bubbling</title>
	<link>http://specialrelativity.org/blog/2007/08/05/an-example-of-bubbling-events/</link>
	<description>Michael Avila's blog</description>
	<pubDate>Wed, 08 Sep 2010 07:29:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Steve Schelter</title>
		<link>http://specialrelativity.org/blog/2007/08/05/an-example-of-bubbling-events/#comment-2</link>
		<author>Steve Schelter</author>
		<pubDate>Mon, 06 Aug 2007 04:52:24 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/05/an-example-of-bubbling-events/#comment-2</guid>
					<description>"I have to take a second to talk about the LinkEvent, after all it is what all of the fuss is about. This event is simple, you create it by passing it it’s type and the link which it will carry. We set in the constructor that the event will not bubble, and it will not be cancelable."

So did you mean to say "will bubble"?

That's actually a really good idea, to use bubbling for dispatching custom events to a controller.  I'm thinking about how this can apply to a cairngorm implementation, and it might fix one of the things that bothers me the most about cairngorm: the way they their views dispatch to their controllers.</description>
		<content:encoded><![CDATA[<p>&#8220;I have to take a second to talk about the LinkEvent, after all it is what all of the fuss is about. This event is simple, you create it by passing it it’s type and the link which it will carry. We set in the constructor that the event will not bubble, and it will not be cancelable.&#8221;</p>
<p>So did you mean to say &#8220;will bubble&#8221;?</p>
<p>That&#8217;s actually a really good idea, to use bubbling for dispatching custom events to a controller.  I&#8217;m thinking about how this can apply to a cairngorm implementation, and it might fix one of the things that bothers me the most about cairngorm: the way they their views dispatch to their controllers.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ruben Swieringa</title>
		<link>http://specialrelativity.org/blog/2007/08/05/an-example-of-bubbling-events/#comment-3</link>
		<author>Ruben Swieringa</author>
		<pubDate>Mon, 06 Aug 2007 11:02:09 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/05/an-example-of-bubbling-events/#comment-3</guid>
					<description>Awesome man! Glad to see you're back writing posts again!</description>
		<content:encoded><![CDATA[<p>Awesome man! Glad to see you&#8217;re back writing posts again!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Michael Avila</title>
		<link>http://specialrelativity.org/blog/2007/08/05/an-example-of-bubbling-events/#comment-4</link>
		<author>Michael Avila</author>
		<pubDate>Mon, 06 Aug 2007 14:02:19 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/05/an-example-of-bubbling-events/#comment-4</guid>
					<description>@Steve - yeah you're right Steve thanks for catching that.  I'd love to see some Cairngorm examples if you get some time :)

@Ruben - thanks man, I needed to do something, after lost createage I just stopped all together.</description>
		<content:encoded><![CDATA[<p>@Steve - yeah you&#8217;re right Steve thanks for catching that.  I&#8217;d love to see some Cairngorm examples if you get some time <img src='http://specialrelativity.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Ruben - thanks man, I needed to do something, after lost createage I just stopped all together.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Steve Schelter</title>
		<link>http://specialrelativity.org/blog/2007/08/05/an-example-of-bubbling-events/#comment-5</link>
		<author>Steve Schelter</author>
		<pubDate>Mon, 06 Aug 2007 21:46:47 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/05/an-example-of-bubbling-events/#comment-5</guid>
					<description>Well, I haven't actually applied cairngorm to a project yet, just been reading up on it.

I find that this is a great overview of the cairngorm microarchitecture though.
http://www.cairngormdocs.org/tools/CairngormDiagramExplorer.swf

In the case I was describing, your approach would replace the EventBroadcaster object, which is basically just a global dispatcher.</description>
		<content:encoded><![CDATA[<p>Well, I haven&#8217;t actually applied cairngorm to a project yet, just been reading up on it.</p>
<p>I find that this is a great overview of the cairngorm microarchitecture though.<br />
<a href="http://www.cairngormdocs.org/tools/CairngormDiagramExplorer.swf" rel="nofollow">http://www.cairngormdocs.org/tools/CairngormDiagramExplorer.swf</a></p>
<p>In the case I was describing, your approach would replace the EventBroadcaster object, which is basically just a global dispatcher.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Michael Avila</title>
		<link>http://specialrelativity.org/blog/2007/08/05/an-example-of-bubbling-events/#comment-6</link>
		<author>Michael Avila</author>
		<pubDate>Tue, 07 Aug 2007 03:48:35 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/05/an-example-of-bubbling-events/#comment-6</guid>
					<description>Thanks for the link! Ben's project is using it right now.  I'm interested though, will try to look into it sometime soon. :-S Whenever that may be, hehe.</description>
		<content:encoded><![CDATA[<p>Thanks for the link! Ben&#8217;s project is using it right now.  I&#8217;m interested though, will try to look into it sometime soon. :-S Whenever that may be, hehe.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
