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

  1. class mx.remoting.debug.events.NetDebugConnect
  2. {
  3.    function NetDebugConnect(args)
  4.    {
  5.       var _loc1_ = args;
  6.       var _loc2_ = this;
  7.       super();
  8.       _loc2_.eventType = "Connect";
  9.       _loc2_.connectString = _loc1_[0];
  10.       if(_loc1_[1] != null)
  11.       {
  12.          _loc2_.userName = _loc1_[1];
  13.       }
  14.       if(_loc1_[2] != null)
  15.       {
  16.          _loc2_.password = _loc1_[2];
  17.       }
  18.    }
  19. }
  20.