home *** CD-ROM | disk | FTP | other *** search
- class com.handler.ResultHandler
- {
- var c_objUICoodInstance;
- function ResultHandler()
- {
- this.c_objUICoodInstance = com.controller.UICoordinator.getInstance();
- }
- function startProcess(_strObjectName)
- {
- var _loc1_ = undefined;
- _loc1_ = com.controller.UICoordinator.getInstance().getObjectManagerInstance().getObject(_strObjectName);
- this.c_objUICoodInstance.getScreenFactoryInstance().showScreen(_strObjectName,_loc1_,this,false);
- }
- function onProcessComplete(_strProcessName, _objData)
- {
- }
- }
-