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