|
Foxit PDF SDK
9.1
|
Public Member Functions | |
| void | result (Event event, boolean success) |
Interface definition for a callback to allow the user to run some code.
| void com.foxit.uiextensions.utils.Event.Callback.result | ( | Event | event, |
| boolean | success | ||
| ) |
The callback used to allow the user to run some code.
| event | The current event. |
| success | true means the operation or task is success. |