|
Foxit PDF RDK
|
Defines a callback interface for handling the result of a DrawPageTask. More...
Public Member Functions | |
| constructor () | |
| Constructor for the DrawPageTaskCallBack class. Initializes a new instance of the DrawPageTaskCallBack. | |
| execute (task) | |
| Executes the callback with the result of a DrawPageTask. More... | |
| result (task) | |
| Handles the result of a DrawPageTask. More... | |
Defines a callback interface for handling the result of a DrawPageTask.
| DrawPageTaskCallBack.execute | ( | task | ) |
Executes the callback with the result of a DrawPageTask.
| {DrawPageTask} | task - The DrawPageTask whose result is being processed. This method is called to execute the callback when the task completes. |
| DrawPageTaskCallBack.result | ( | task | ) |
Handles the result of a DrawPageTask.
| {DrawPageTask} | task - The DrawPageTask whose result is being processed. This method is called specifically to handle the result of the task. |