MCPcopy Index your code
hub / github.com/ArtifexSoftware/mupdf / onChapterCountChange

Method onChapterCountChange

platform/java/example/ViewerCore.java:620–620  ·  view source on GitHub ↗
(int chapters)

Source from the content-addressed store, hash-verified

618 public String askPassword();
619
620 public void onChapterCountChange(int chapters);
621 public void onLayoutChange(int width, int height, int em);
622 public void onLinearizedChange(boolean linearized);
623 public void onMetadataChange(String title, String author, String format, String encryption);

Callers 2

runMethod · 0.65
exceptionMethod · 0.65

Implementers 1

Viewerplatform/java/example/Viewer.java

Calls

no outgoing calls

Tested by

no test coverage detected