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

Method platformRequest

desktop/src/main/java/org/microemu/app/Main.java:93–101  ·  view source on GitHub ↗
(final String URL)

Source from the content-addressed store, hash-verified

91 }
92
93 public boolean platformRequest(final String URL) {
94 new Thread(new Runnable() {
95 public void run() {
96 logger.info("MIDlet requests that the device handle the following URL: " + URL);
97 }
98 }).start();
99
100 return false;
101 }
102 };
103
104

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected