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

Method eventLongOk

src/main/java/Conference/Bookmarks.java:150–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 public void eventLongOk() {
151 if (getItemCount() == 0) {
152 return;
153 }
154 showMenu();
155 }
156
157 public void menuAction(MenuCommand c, VirtualList d) {
158 if (c == cmdNew) {

Callers

nothing calls this directly

Calls 2

showMenuMethod · 0.80
getItemCountMethod · 0.45

Tested by

no test coverage detected