home *** CD-ROM | disk | FTP | other *** search
/ FCE Gold Plus / GOLD.iso / pc / shell.swf / scripts / __Packages / com / handler / CheckSoundHandler.as next >
Text File  |  2007-10-16  |  607b  |  18 lines

  1. class com.handler.CheckSoundHandler
  2. {
  3.    function CheckSoundHandler()
  4.    {
  5.       this.c_objUICoodInstance = com.controller.UICoordinator.getInstance();
  6.    }
  7.    function startProcess(_strObjectName)
  8.    {
  9.       var _loc1_ = undefined;
  10.       _loc1_ = com.controller.UICoordinator.getInstance().getObjectManagerInstance().getObject(_strObjectName);
  11.       this.c_objUICoodInstance.getScreenFactoryInstance().showScreen(_strObjectName,_loc1_,this,false);
  12.    }
  13.    function onProcessComplete(_strProcessName, _objData)
  14.    {
  15.       this.c_objUICoodInstance.doAction(_strProcessName,_objData);
  16.    }
  17. }
  18.