MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / startMIDlet

Method startMIDlet

src/org/albite/albite/AlbiteMIDlet.java:266–270  ·  view source on GitHub ↗

Performs an action assigned to the Mobile Device - MIDlet Started point.

()

Source from the content-addressed store, hash-verified

264 * Performs an action assigned to the Mobile Device - MIDlet Started point.
265 */
266 public void startMIDlet() {//GEN-END:|3-startMIDlet|0|3-preAction
267 // write pre-action user code here
268 switchDisplayable(null, getSplashScreen());//GEN-LINE:|3-startMIDlet|1|3-postAction
269 // write post-action user code here
270 }//GEN-BEGIN:|3-startMIDlet|2|
271 //</editor-fold>//GEN-END:|3-startMIDlet|2|
272
273 //<editor-fold defaultstate="collapsed" desc=" Generated Method: resumeMIDlet ">//GEN-BEGIN:|4-resumeMIDlet|0|4-preAction

Callers 1

startAppMethod · 0.95

Calls 2

switchDisplayableMethod · 0.95
getSplashScreenMethod · 0.95

Tested by

no test coverage detected