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