Documentation Bug - Spring Actionscript 0.8

1 view
Skip to first unread message

Santosh Kumar

unread,
Oct 14, 2009, 3:55:46 PM10/14/09
to springactionscript-dev
2.1.5.1. Handling object inheritance using interfaces

Bug in the following interface

public interface ISimpleInterface {
function get myStringProperty():String;
function get myStringProperty(value:String):void;
}


Actionscript don't support method overloading so it should be 'set '
instead of 'get' as follows

function set myStringProperty(value:String):void;

Regards,
Santosh Kumar
Reply all
Reply to author
Forward
0 new messages