home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Darbas / kidoz_v1.air / kidoz.swf / scripts / mx / rpc / mxml / IMXMLSupport.as < prev   
Encoding:
Text File  |  2009-05-06  |  305 b   |  15 lines

  1. package mx.rpc.mxml
  2. {
  3.    public interface IMXMLSupport
  4.    {
  5.       function set showBusyCursor(param1:Boolean) : void;
  6.       
  7.       function get concurrency() : String;
  8.       
  9.       function get showBusyCursor() : Boolean;
  10.       
  11.       function set concurrency(param1:String) : void;
  12.    }
  13. }
  14.  
  15.