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

Method eventOk

src/main/java/PEP/MoodList.java:51–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 public void eventOk() {
52 moodName = ((MoodItem)getFocusedObject()).getTipString();
53 if (cursor==0)
54 OkNotify(null);
55 else
56 new MIDPTextBox(SR.MS_USERMOOD, Moods.getInstance().myMoodText, this);
57 }
58
59 public void OkNotify(String moodText) {
60 publishTune(moodText, moodName);

Callers 1

cmdOkMethod · 0.95

Calls 4

OkNotifyMethod · 0.95
getInstanceMethod · 0.95
getFocusedObjectMethod · 0.80
getTipStringMethod · 0.65

Tested by

no test coverage detected