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

Method execute

src/org/albite/albite/AlbiteMIDlet.java:966–972  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

964 loadBookTask = new SimpleCancellableTask();//GEN-BEGIN:|160-getter|1|160-execute
965 loadBookTask.setExecutable(new org.netbeans.microedition.util.Executable() {
966 public void execute() throws Exception {//GEN-END:|160-getter|1|160-execute
967 /*
968 * bookURL already loaded before calling this task
969 */
970 bookCanvas.openBook(bookURL);
971 fillBookmarks();
972 }//GEN-BEGIN:|160-getter|2|160-postInit
973 });//GEN-END:|160-getter|2|160-postInit
974 // write post-init user code here
975 }//GEN-BEGIN:|160-getter|3|

Callers

nothing calls this directly

Calls 15

fillBookmarksMethod · 0.95
fillDictsMethod · 0.95
getEncodingsMethod · 0.95
getLanguagesMethod · 0.95
getPageMarginsMethod · 0.95
getLineSpacingMethod · 0.95
getReloadImagesMethod · 0.95
getTocMethod · 0.95
getChapterPositionsMethod · 0.95
getChapterPercentMethod · 0.95
getScreenModesMethod · 0.95
getBookmarksMethod · 0.95

Tested by

no test coverage detected