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

  1. class mx.remoting.debug.events.NetDebugReceiveCall
  2. {
  3.    function NetDebugReceiveCall(mName, args)
  4.    {
  5.       var _loc1_ = this;
  6.       super();
  7.       _loc1_.eventType = "ReceivedCall";
  8.       _loc1_.methodName = mName;
  9.       _loc1_.parameters = args;
  10.    }
  11. }
  12.