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

Method eventOk

src/main/java/PEP/ActivityList.java:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public void eventOk() {
51 if (cursor==0)
52 OkNotify(null);
53 else
54 new MIDPTextBox(SR.MS_USERACTIVITY, acttext, this);
55 }
56
57 public void OkNotify(String actText) {
58 //String moodName=((MoodItem)getFocusedObject()).getTipString();

Callers 1

cmdOkMethod · 0.95

Calls 1

OkNotifyMethod · 0.95

Tested by

no test coverage detected