MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / doAction

Method doAction

src/main/java/Conference/ConferenceForm.java:170–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168
169 linkJoin = new LinkString(SR.MS_JOIN) {
170 public void doAction() {
171 Conference.join(nameField.getValue(),
172 roomField.getValue().trim() + "@" + hostField.getValue().trim()
173 + "/" + nickField.getValue(), passField.getValue(),
174 nickField.getValue(), Integer.parseInt(msgLimitField.getValue()));
175 sd.roster.show();
176 }
177 };
178 itemsList.addElement(linkJoin);
179 moveCursorTo(getNextSelectableRef(-1));

Callers

nothing calls this directly

Calls 3

joinMethod · 0.95
getValueMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected