1 17 package Raptor.listeners; 18 19 import Jmc.baseGui.*; 20 import Jmc.baseTools.*; 21 import Jmc.commonGui.*; 22 23 32 public class closeSepPreview_li implements base_guiListener 33 { 34 44 public void pcmf_execListener(base_guiObj xParam) throws Exception  45 { 46 if (base_dialog_if.DIALOG_CLOSED.equals(xParam.pcmf_getValue())) 47 { 48 base_guiObj l_std = (base_guiObj)base_registredObject.pcmf_getObjByName("sepViewCheck"); 49 l_std.pcmf_setValue(base_checkBox_if.NOTCHECKED); 50 l_std.pcmf_dispatchEvent(); 51 } 52 } 53 } 54 | Popular Tags |