com.foxit.sdk.Task.CallBack Interface Reference

Inherited by com.foxit.sdk.DrawCallback.

Public Member Functions

void result (Task task)
 

Detailed Description

Class CallBack represents a callback interface.

Member Function Documentation

◆ result()

void com.foxit.sdk.Task.CallBack.result ( Task  task)

A callback function which is triggered after the task is executed.

Parameters
taskA Task object.