public interface FindTextProc
Modifier and Type | Method and Description |
---|---|
void |
handleFindText(boolean success,
PDFViewCtrl.Selection select,
java.lang.Object data)
Handle FindText
|
void handleFindText(boolean success, PDFViewCtrl.Selection select, java.lang.Object data)
success
- Whether or not FindText was successfulselect
- A selection representing the found textdata
- Any custom data as passed in by the user