|
Foxit PDF RDK
|
Defines a callback interface for handling results of a SearchPageTaskCallBack. More...
Public Member Functions | |
| constructor () | |
| Constructor for the SearchPageTaskCallBack class. Initializes a new instance of the SearchPageTaskCallBack. | |
| result (task) | |
| Handles the result of a SearchPageTask. More... | |
Defines a callback interface for handling results of a SearchPageTaskCallBack.
| SearchPageTaskCallBack.result | ( | task | ) |
Handles the result of a SearchPageTask.
| {SearchPageTask} | task - The SearchPageTask whose result is being handled. This method is called when the task completes, providing access to its result. |