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

  1. class mx.remoting.debug.events.NetDebugResult
  2. {
  3.    function NetDebugResult(resultobj)
  4.    {
  5.       super();
  6.       this.eventType = "Result";
  7.       this.result = resultobj;
  8.    }
  9. }
  10.