comparison rep/SessionManagerGUI.java @ 122:790c8dd42a7b

*** empty log message ***
author kono
date Tue, 26 Aug 2008 16:33:47 +0900
parents 57a16534ba5a
children 8dce4348966c
comparison
equal deleted inserted replaced
121:80ef604d09dc 122:790c8dd42a7b
56 rp.setTableEditor(eid, channel); 56 rp.setTableEditor(eid, channel);
57 } 57 }
58 58
59 public void addREPActionListener(REPActionListener listener) { 59 public void addREPActionListener(REPActionListener listener) {
60 // TODO Auto-generated method stub 60 // TODO Auto-generated method stub
61 rp.REPActionListener(listener); 61 rp.addREPActionListener(listener);
62 } 62 }
63 63
64 public void setComboSession(int sessionID, String string) { 64 public void setComboSession(int sessionID, String string) {
65 // TODO Auto-generated method stub 65 // TODO Auto-generated method stub
66 rp.setComboSession(sessionID, string); 66 rp.setComboSession(sessionID, string);
67 rp.setTableSession(sessionID, string); 67 rp.setTableSession(sessionID, string);
68 } 68 }
69
69 } 70 }