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

Method getMIDlet

src/main/java/org/microemu/MIDletContext.java:58–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 public MIDlet getMIDlet() {
59 if (midletAccess == null) {
60 return null;
61 }
62 return midletAccess.midlet;
63 }
64}

Callers 4

getCurrentMIDletMethod · 0.95
loadMidletMethod · 0.95
registerMIDletContextMethod · 0.80
clearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected