| com.pdftron.pdf.asynctask.GenerateHighlightsTask.Callback |
Known Indirect Subclasses
|
Callback interface invoked when search highlights are obtained.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onHighlightsTaskCancelled(int pageStart, int pageEnd)
Called when the task of highlights has been cancelled.
| ||||||||||
| abstract void |
onHighlightsTaskFinished(Highlights[] highlights, int pageStart, int pageEnd)
Called when the task of highlights has been terminated.
| ||||||||||
Called when the task of highlights has been cancelled.
| pageStart | The start page |
|---|---|
| pageEnd | The end page |
Called when the task of highlights has been terminated.
| highlights | The output highlights |
|---|---|
| pageStart | The start page |
| pageEnd | The end page |