Foxit PDF SDK  9.1
com.foxit.uiextensions.utils.Event.Callback Interface Reference

Public Member Functions

void result (Event event, boolean success)
 

Detailed Description

Interface definition for a callback to allow the user to run some code.

Member Function Documentation

◆ result()

void com.foxit.uiextensions.utils.Event.Callback.result ( Event  event,
boolean  success 
)

The callback used to allow the user to run some code.

Parameters
eventThe current event.
successtrue means the operation or task is success.