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

  1. class mx.remoting.debug.events.NetDebugFailedSendError
  2. {
  3.    function NetDebugFailedSendError(ev)
  4.    {
  5.       var _loc1_ = this;
  6.       super();
  7.       _loc1_.eventType = "Error";
  8.       _loc1_.source = "NCD";
  9.       _loc1_.originalEvent = ev;
  10.       _loc1_.message = "NCD_FAILED_TO_SEND_EVENT";
  11.    }
  12. }
  13.