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