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

Method close

src/org/albite/albite/BookCanvas.java:2062–2066  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2060 }
2061
2062 public final void close() {
2063 timer.cancel();
2064 closeBook();
2065 closeRMS();
2066 }
2067
2068 private void updateClock() {
2069 repaintClock = true;

Callers 2

reallyExitMethod · 0.45
closeBookMethod · 0.45

Calls 3

closeBookMethod · 0.95
closeRMSMethod · 0.95
cancelMethod · 0.65

Tested by

no test coverage detected