Defines a callback interface for handling the result of a CropPageSizeTask.
More...
|
|
| constructor () |
| | Constructor for the CropPageSizeTaskCallback class. Initializes a new instance of the CropPageSizeTaskCallback.
|
| |
| | execute (task) |
| | Executes the callback with the result of a CropPageSizeTask. More...
|
| |
| | result (task) |
| | Handles the result of a CropPageSizeTask. More...
|
| |
◆ execute()
| CropPageSizeTaskCallback.execute |
( |
task |
| ) |
|
Executes the callback with the result of a CropPageSizeTask.
- Parameters
-
| {CropPageSizeTask} | task - The CropPageSizeTask whose result is being processed. This method is called to execute the callback when the task completes. |
◆ result()
| CropPageSizeTaskCallback.result |
( |
task |
| ) |
|
Handles the result of a CropPageSizeTask.
- Parameters
-
| {CropPageSizeTask} | task - The CropPageSizeTask whose result is being processed. This method is called to handle the result specifically, providing access to its outcome. |