public static interface

FindTextOverlay.FindTextOverlayListener

com.pdftron.pdf.controls.FindTextOverlay.FindTextOverlayListener

Summary

Public Methods
abstract void onGotoNextSearch(boolean useFullTextResults)
Called when next icon clicked.
abstract void onGotoPreviousSearch(boolean useFullTextResults)
Called when previous icon clicked.
abstract void onSearchProgressHide()
The implementation should hide the search progress.
abstract void onSearchProgressShow()
The implementation should show the search progress.

Public Methods

public abstract void onGotoNextSearch (boolean useFullTextResults)

Called when next icon clicked.

public abstract void onGotoPreviousSearch (boolean useFullTextResults)

Called when previous icon clicked.

public abstract void onSearchProgressHide ()

The implementation should hide the search progress.

public abstract void onSearchProgressShow ()

The implementation should show the search progress.