MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / destroyView

Method destroyView

src/main/java/Archive/ArchiveList.java:194–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 }
193
194 public void destroyView() {
195 archive.close();
196 if (t != null) {
197 midlet.BombusMod.getInstance().setDisplayable(t);
198 } else {
199 super.destroyView();
200 }
201 }
202
203 private int getFreeSpace() {
204 return archive.freeSpace();

Callers 4

pasteDataMethod · 0.95
commandActionMethod · 0.45
cmdSaveMethod · 0.45
eventOkMethod · 0.45

Calls 3

setDisplayableMethod · 0.80
closeMethod · 0.45
getInstanceMethod · 0.45

Tested by

no test coverage detected