<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Armindo Cachada&#039;s Blog: Struts 2, Adobe Flex and ATG &#187; event listener</title>
	<atom:link href="http://www.spltech.co.uk/blog/tag/event-listener/feed" rel="self" type="application/rss+xml" />
	<link>http://www.spltech.co.uk/blog</link>
	<description>In this blog I talk about Struts 2, Adobe Flex, JBOSS, ATG and other technologies.</description>
	<lastBuildDate>Sun, 14 Feb 2010 15:33:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding an event listener function with arguments using Actionscript</title>
		<link>http://www.spltech.co.uk/blog/adobe-flex/events/adding-an-event-listener-function-with-arguments-using-actionscript</link>
		<comments>http://www.spltech.co.uk/blog/adobe-flex/events/adding-an-event-listener-function-with-arguments-using-actionscript#comments</comments>
		<pubDate>Mon, 31 Aug 2009 11:42:52 +0000</pubDate>
		<dc:creator>Armindo Cachada</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[event listener]]></category>
		<category><![CDATA[flex 3]]></category>

		<guid isPermaLink="false">http://www.spltech.co.uk/blog/?p=17</guid>
		<description><![CDATA[This might come handy whenever you can&#8217;t use directly mxml and you need to add an event listener function that needs one or more arguments.

&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34; layout=&#34;absolute&#34; creationComplete=&#34;myInitialize()&#34;&#62;
 &#60;mx:Script&#62;
  &#60;![CDATA[
   import mx.controls.Alert;

      private function myFunction(arg:String):void {
       mx.controls.Alert.show(&#34;Received call with [...]]]></description>
		<wfw:commentRss>http://www.spltech.co.uk/blog/adobe-flex/events/adding-an-event-listener-function-with-arguments-using-actionscript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

