home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 136 / MOBICLIC136.ISO / pc / DATA / HOTE / libs / amfphp / amfphp.swf / scripts / __Packages / mx / remoting / debug / commands / Local.as < prev    next >
Text File  |  2011-07-20  |  225b  |  13 lines

  1. class mx.remoting.debug.commands.Local extends Object
  2. {
  3.    function Local()
  4.    {
  5.       super();
  6.    }
  7.    function init(commandname, dataobj)
  8.    {
  9.       this.command = commandname;
  10.       this.data = dataobj;
  11.    }
  12. }
  13.