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

  1. class mx.remoting.debug.events.NetDebugCall
  2. {
  3.    function NetDebugCall(args)
  4.    {
  5.       var _loc2_ = this;
  6.       var _loc3_ = args;
  7.       super();
  8.       _loc2_.eventType = "Call";
  9.       _loc2_.methodName = _loc3_[0];
  10.       _loc2_.parameters = new Array();
  11.       var alen = _loc3_.length;
  12.       var _loc1_ = 2;
  13.       while(_loc1_ < alen)
  14.       {
  15.          _loc2_.parameters[_loc1_ - 2] = _loc3_[_loc1_];
  16.          _loc1_ = _loc1_ + 1;
  17.       }
  18.    }
  19. }
  20.