Defines a callback interface for handling the result of a DrawPageTask.
More...
|
|
| 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...
|
| |
◆ execute()
| DrawPageTaskCallBack.execute |
( |
task |
| ) |
|
Executes the callback with the result of a DrawPageTask.
- Parameters
-
| {DrawPageTask} | task - The DrawPageTask whose result is being processed. This method is called to execute the callback when the task completes. |
◆ result()
| DrawPageTaskCallBack.result |
( |
task |
| ) |
|
Handles the result of a DrawPageTask.
- Parameters
-
| {DrawPageTask} | task - The DrawPageTask whose result is being processed. This method is called specifically to handle the result of the task. |