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

Method unloadInfo

src/org/albite/albite/AlbiteMIDlet.java:2416–2421  ·  view source on GitHub ↗

Performs an action assigned to the unloadInfo entry-point.

()

Source from the content-addressed store, hash-verified

2414 * Performs an action assigned to the unloadInfo entry-point.
2415 */
2416 public void unloadInfo() {//GEN-END:|727-entry|0|728-preAction
2417 // write pre-action user code here
2418 bookInfo = null;
2419 returnToMenu();//GEN-LINE:|727-entry|1|728-postAction
2420 // write post-action user code here
2421 }//GEN-BEGIN:|727-entry|2|
2422 //</editor-fold>//GEN-END:|727-entry|2|
2423
2424 //<editor-fold defaultstate="collapsed" desc=" Generated Getter: bookInfo ">//GEN-BEGIN:|724-getter|0|724-preInit

Callers 1

commandActionMethod · 0.95

Calls 1

returnToMenuMethod · 0.95

Tested by

no test coverage detected