MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / actionPerformed

Method actionPerformed

platform/java/example/Viewer.java:223–226  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

221 }
222
223 public void actionPerformed(ActionEvent e) {
224 if (e.getSource() == okay)
225 dispose();
226 }
227
228 public void keyPressed(KeyEvent e) { }
229 public void keyReleased(KeyEvent e) { }

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.80

Tested by

no test coverage detected