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

  1. class mx.remoting.debug.events.NetDebugInfoError
  2. {
  3.    function NetDebugInfoError(infoobj, mes)
  4.    {
  5.       var _loc1_ = this;
  6.       super();
  7.       _loc1_.eventType = "Error";
  8.       _loc1_.source = "NCD";
  9.       _loc1_.info = infoobj;
  10.       if(mes != null)
  11.       {
  12.          _loc1_.message = mes;
  13.       }
  14.    }
  15. }
  16.