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

Method onSaveComplete

platform/java/example/Viewer.java:1434–1437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1432 }
1433
1434 public void onSaveComplete() {
1435 if (OCRmeter != null)
1436 OCRmeter.done();
1437 }
1438
1439 class SaveOptionsDialog extends Dialog implements ActionListener, ItemListener, KeyListener {
1440 Checkbox snapShot = new Checkbox("Snapshot", false);

Callers

nothing calls this directly

Calls 1

doneMethod · 0.45

Tested by

no test coverage detected