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

Method eventOk

src/main/java/Messages/MessageUrl.java:84–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 public void eventOk() {
85 BombusMod.getInstance().platformRequest(itemsList.elementAt(cursor).toString());
86 destroyView();
87 }
88
89 public void EditURL() {
90 new MIDPTextBox("Edit URL", itemsList.elementAt(cursor).toString(), this);

Callers 1

menuActionMethod · 0.95

Calls 4

getInstanceMethod · 0.95
platformRequestMethod · 0.65
toStringMethod · 0.45
destroyViewMethod · 0.45

Tested by

no test coverage detected