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

Method onSearchStop

platform/java/example/ViewerCore.java:635–635  ·  view source on GitHub ↗
(String needle, Location page)

Source from the content-addressed store, hash-verified

633 public void onSearchPage(Location page, String needle);
634 public void onSearchStart(Location startPage, Location finalPage, int direction, String needle);
635 public void onSearchStop(String needle, Location page);
636 public void onUpdatesChange(int update, int history);
637 }
638

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