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

  1. class com.handler.ResultHandler
  2. {
  3.    function ResultHandler()
  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.    }
  16. }
  17.