<?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: Presentation Model Interface with Swiz</title>
	<atom:link href="http://soenkerohde.com/2009/08/presentation-model-interface-with-swiz/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com/2009/08/presentation-model-interface-with-swiz/</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Wed, 08 Feb 2012 02:25:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Des Hartman</title>
		<link>http://soenkerohde.com/2009/08/presentation-model-interface-with-swiz/comment-page-1/#comment-28567</link>
		<dc:creator>Des Hartman</dc:creator>
		<pubDate>Mon, 17 May 2010 11:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=639#comment-28567</guid>
		<description>Thanks
Des</description>
		<content:encoded><![CDATA[<p>Thanks<br />
Des</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2009/08/presentation-model-interface-with-swiz/comment-page-1/#comment-28566</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Sun, 16 May 2010 15:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=639#comment-28566</guid>
		<description>Yes, and you can eve remove the setter in the interface when it should be read-only.</description>
		<content:encoded><![CDATA[<p>Yes, and you can eve remove the setter in the interface when it should be read-only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Des Hartman</title>
		<link>http://soenkerohde.com/2009/08/presentation-model-interface-with-swiz/comment-page-1/#comment-28565</link>
		<dc:creator>Des Hartman</dc:creator>
		<pubDate>Sun, 16 May 2010 12:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=639#comment-28565</guid>
		<description>Sonke,

So I would have the following?

Interface
=========

public interface ITest{

    [Bindable(event=&quot;propertyChange&quot;)]
    function get someData():Array;

    function set someDate(value:Object);
}


Implementation
==============

public class Test implements ITest{

    [Bindable]
    [Autowire(bean=&quot;appModel&quot;, property=&quot;someData&quot;)]
    public var someData:Array

}</description>
		<content:encoded><![CDATA[<p>Sonke,</p>
<p>So I would have the following?</p>
<p>Interface<br />
=========</p>
<p>public interface ITest{</p>
<p>    [Bindable(event="propertyChange")]<br />
    function get someData():Array;</p>
<p>    function set someDate(value:Object);<br />
}</p>
<p>Implementation<br />
==============</p>
<p>public class Test implements ITest{</p>
<p>    [Bindable]<br />
    [Autowire(bean="appModel", property="someData")]<br />
    public var someData:Array</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2009/08/presentation-model-interface-with-swiz/comment-page-1/#comment-28560</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Wed, 12 May 2010 22:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=639#comment-28560</guid>
		<description>The inferface only contains this:
[Bindable(event=&quot;propertyChange&quot;)]
function get someData():Array;

Does this answer your question?</description>
		<content:encoded><![CDATA[<p>The inferface only contains this:<br />
[Bindable(event="propertyChange")]<br />
function get someData():Array;</p>
<p>Does this answer your question?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Des Hartman</title>
		<link>http://soenkerohde.com/2009/08/presentation-model-interface-with-swiz/comment-page-1/#comment-28557</link>
		<dc:creator>Des Hartman</dc:creator>
		<pubDate>Tue, 11 May 2010 23:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=639#comment-28557</guid>
		<description>Sonke,

Could you provide the final presenter interface &amp; implementation? I am trying to follow your example, but not sure if you have

[Bindable]
[Autowire(bean=&quot;appModel&quot;, property=&quot;someData&quot;)]
public var someData:Array

in the implementation and 

[Bindable(event=&quot;propertyChange&quot;)]
function get someData():Array;

in the interface of the presenter?

Thanks
Des</description>
		<content:encoded><![CDATA[<p>Sonke,</p>
<p>Could you provide the final presenter interface &amp; implementation? I am trying to follow your example, but not sure if you have</p>
<p>[Bindable]<br />
[Autowire(bean="appModel", property="someData")]<br />
public var someData:Array</p>
<p>in the implementation and </p>
<p>[Bindable(event="propertyChange")]<br />
function get someData():Array;</p>
<p>in the interface of the presenter?</p>
<p>Thanks<br />
Des</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My approach to MVP pattern with Swiz Framework at Space of Flex/AIR technologies</title>
		<link>http://soenkerohde.com/2009/08/presentation-model-interface-with-swiz/comment-page-1/#comment-27195</link>
		<dc:creator>My approach to MVP pattern with Swiz Framework at Space of Flex/AIR technologies</dc:creator>
		<pubDate>Tue, 01 Sep 2009 13:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=639#comment-27195</guid>
		<description>[...] As an inspiration and some guides I used one of Ben Clinkinbeard blog posts and also Soenke Rohde blog post. With my approach I introduce assumption that all/most PresentationModel classes extend [...]</description>
		<content:encoded><![CDATA[<p>[...] As an inspiration and some guides I used one of Ben Clinkinbeard blog posts and also Soenke Rohde blog post. With my approach I introduce assumption that all/most PresentationModel classes extend [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://soenkerohde.com/2009/08/presentation-model-interface-with-swiz/comment-page-1/#comment-27146</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 25 Aug 2009 04:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=639#comment-27146</guid>
		<description>Thanks for the tip, very useful!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, very useful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

