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

  1. class mx.rpc.FaultEvent extends Object
  2. {
  3.    function FaultEvent(f)
  4.    {
  5.       super();
  6.       this.__fault = f;
  7.    }
  8.    function get fault()
  9.    {
  10.       return this.__fault;
  11.    }
  12. }
  13.