Hello there,
As Zameer Rehmani pointed out back in June, it seems that
the
IDataRequestListener's methods definition miss the event
parameter.
I quickly fixed it this way :
interface com.bourre.data.request.IDataRequestListener
{
public function onDataResult(e ataReque
stEvent) : Void;
public function onDataError(e ataReque
stEvent) : Void;
}
This is more or less the same way Zameer used but he did
prefer use the
IEvent interface instead.
What I want to know is if the current (r45) state of
IDataRequestListener is indeed an error or if we actually
missed
something. Moreover, do we have a chance to see that fix
incorporated in
the trunk soon ?
Thanks in advance,
--
Simon Morvan
Ici La Lune SARL simon icilalune.com
_______________________________________________
Pixlib mailing list
Pixlib osflash.org
http://osflash.org/mailman/listinfo/pixlib_osflash.org
|