MCPcopy Index your code
hub / github.com/processing/processing / windowClosing

Method windowClosing

app/src/processing/app/ui/Editor.java:174–176  ·  view source on GitHub ↗
(WindowEvent e)

Source from the content-addressed store, hash-verified

172 // add listener to handle window close box hit event
173 addWindowListener(new WindowAdapter() {
174 public void windowClosing(WindowEvent e) {
175 base.handleClose(Editor.this, false);
176 }
177 });
178 // don't close the window when clicked, the app will take care
179 // of that via the handleQuitInternal() methods

Callers

nothing calls this directly

Calls 1

handleCloseMethod · 0.45

Tested by

no test coverage detected