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

Method reallyExit

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

Source from the content-addressed store, hash-verified

4120 }
4121
4122 private void reallyExit() {
4123 saveOptionsToRMS();
4124 closeRMS();
4125 //#if !(TinyMode || TinyModeExport || LightMode || LightModeExport)
4126 dictman.closeDictionaries();
4127 //#endif
4128 bookCanvas.close();
4129 switchDisplayable(null, null);
4130 notifyDestroyed();
4131 }
4132
4133 private void openRMSAndLoadData() {
4134 try {

Callers 2

commandActionMethod · 0.95
exitMIDletMethod · 0.95

Calls 5

saveOptionsToRMSMethod · 0.95
closeRMSMethod · 0.95
switchDisplayableMethod · 0.95
closeDictionariesMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected