MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / menuAction

Method menuAction

src/main/java/ServiceDiscovery/DiscoForm.java:208–217  ·  view source on GitHub ↗
(MenuCommand c, VirtualList v)

Source from the content-addressed store, hash-verified

206 }
207 }
208 public void menuAction(MenuCommand c, VirtualList v) {
209 if (c == cmdSend) {
210 if (!complete) {
211 sendForm(id);
212 destroyView();
213 }
214 } else {
215 super.menuAction(c, v);
216 }
217 }
218
219 public interface FormSubmitListener {
220 public void formSubmit(Vector fields);

Callers

nothing calls this directly

Calls 3

sendFormMethod · 0.95
destroyViewMethod · 0.95
menuActionMethod · 0.65

Tested by

no test coverage detected