Hi there, if I want to change the implementation of getTrades to use a URL loader instead of a remote object, can I still use this interface
package services
{
import models.Client;
import models.Trade;
import mx.rpc.AsyncToken;
public interface ITradesService
{
function getTrades(userID:int):AsyncToken;
}
}
using
function getTrades{
myXMLURL=new URLRequest(XML_URL);
myLoader=new URLLoader(myXMLURL);
myLoader.addEventListener("complete", onComplete);
}
North America
Europe, Middle East and Africa
Asia Pacific