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

Method onOutlineItemChange

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

Source from the content-addressed store, hash-verified

623 public void onMetadataChange(String title, String author, String format, String encryption);
624 public void onOutlineChange(OutlineItem[] outline);
625 public void onOutlineItemChange(int index);
626 public void onPageChange(Location page, int chapterNumber, int pageNumber, Rect bbox);
627 public void onPageContentsChange(Pixmap pixmap, Rect[] links, String[] linkURIs, Quad[][] searchHits);
628 public void onPageCountChange(int pages);

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