Inherited by com.foxit.sdk.DrawCallback.
Public Member Functions | |
void | result (Task task) |
Class CallBack
represents a callback interface.
void com.foxit.sdk.Task.CallBack.result | ( | Task | task | ) |
A callback function which is triggered after the task is executed.
task | A Task object. |