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

Method reloadDocument

platform/java/example/ViewerCore.java:114–123  ·  view source on GitHub ↗
(final OnException onException)

Source from the content-addressed store, hash-verified

112 }
113
114 public void reloadDocument(final OnException onException) {
115 acceleratorPath = null;
116 doc = null;
117 page = null;
118 searchHitPage = null;
119 searchNeedle = null;
120 outline = null;
121 cancelSearch = false;
122 openDocument(onException);
123 }
124
125 protected void checkPassword(final String password, final OnException onException) {
126 worker.add(new Worker.Task() {

Callers 1

canvasKeyTypedMethod · 0.80

Calls 1

openDocumentMethod · 0.95

Tested by

no test coverage detected