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

  1. class mx.remoting.debug.events.NetDebugAddHeader
  2. {
  3.    function NetDebugAddHeader(args)
  4.    {
  5.       var _loc1_ = this;
  6.       var _loc2_ = args;
  7.       super();
  8.       _loc1_.eventType = "AddHeader";
  9.       _loc1_.headerName = _loc2_[0];
  10.       _loc1_.mustUnderstand = _loc2_[1];
  11.       if(_loc2_[2] != null)
  12.       {
  13.          _loc1_.headerObject = _loc2_[2];
  14.       }
  15.    }
  16. }
  17.