MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / windowClosing

Method windowClosing

ij/src/main/java/ij/ImageJ.java:757–764  ·  view source on GitHub ↗
(WindowEvent e)

Source from the content-addressed store, hash-verified

755 }
756
757 public void windowClosing(WindowEvent e) {
758 if (Executer.getListenerCount()>0)
759 doCommand("Quit");
760 else {
761 quit();
762 windowClosed = true;
763 }
764 }
765
766 public void windowActivated(WindowEvent e) {
767 if (IJ.isMacintosh() && !quitting) {

Callers

nothing calls this directly

Calls 3

getListenerCountMethod · 0.95
doCommandMethod · 0.95
quitMethod · 0.95

Tested by

no test coverage detected