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

Method getGO_COMMAND

src/org/albite/albite/AlbiteMIDlet.java:1374–1381  ·  view source on GitHub ↗

Returns an initiliazed instance of GO_COMMAND component. @return the initialized component instance

()

Source from the content-addressed store, hash-verified

1372 * @return the initialized component instance
1373 */
1374 public Command getGO_COMMAND() {
1375 if (GO_COMMAND == null) {//GEN-END:|359-getter|0|359-preInit
1376 // write pre-init user code here
1377 GO_COMMAND = new Command("Go!", Command.OK, 0);//GEN-LINE:|359-getter|1|359-postInit
1378 // write post-init user code here
1379 }//GEN-BEGIN:|359-getter|2|
1380 return GO_COMMAND;
1381 }
1382 //</editor-fold>//GEN-END:|359-getter|2|
1383
1384 //<editor-fold defaultstate="collapsed" desc=" Generated Getter: chapterPositions ">//GEN-BEGIN:|354-getter|0|354-preInit

Callers 2

getChapterPositionsMethod · 0.95
getBookmarksMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected