Hi,
Sorry if this has
come up, new on the list and to Flex 2, I tried a search but found nothing as
yet...
Am I right in
thinking Interfaces can only be defined in AS files that also include a public
class? Without adding a class to the following file I get errors wherever I try
to type things with ISequence...
package
ws.tink.tinker.controller.sequences
{
{
import
ws.tink.tinker.model.StepData;
interface ISequence
{
function getNextStepData():StepData;
function getPreviousStepData():StepData;
interface ISequence
{
function getNextStepData():StepData;
function getPreviousStepData():StepData;
}
public class Nothing() { } // Without this, it fails
}
public class Nothing() { } // Without this, it fails
}
Just to note there
are other classes in that package, seemed strange to me.
Thanks,
Richard
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

