public void Val_set(boolean val) { this.val = val; Gfo_evt_mgr_.Pub_val(this, "Check_end", val); GfuiBtn.DoThis(this, clickMsg, clickInvkCmd); }
public static void Send(TabBoxMgr mgr, TabPnlItm itm) { Gfo_evt_mgr_.Pub_val(mgr, Key, itm); }
public static void Publish(TabBox tabBox, int curIdx, int newIdx) { Gfo_evt_mgr_.Pub_vals( tabBox, OrderChanged_evt, Keyval_.new_("curIdx", curIdx), Keyval_.new_("newIdx", newIdx)); }