A concrete object does not an interface make.
--- In [email protected], Alex Harui <aha...@...> wrote:
>
> Nope, gotta define a getter.
>
> Alex Harui
> Flex SDK Developer
> Adobe Systems Inc.<http://www.adobe.com/>
> Blog: http://blogs.adobe.com/aharui
>
> From: [email protected] [mailto:[email protected]] On
> Behalf Of arieljake
> Sent: Thursday, March 26, 2009 6:00 PM
> To: [email protected]
> Subject: [flexcoders] interface question: function get vs. public var
>
>
> What is the final word, because I swear I have seen it work and not work.
>
> If I define an interface that says
>
> function get parameter():Object;
>
> Will it suffice to create a public property called parameter:
>
> public var parameter:Object;
>
> ??
>