Foxit PDF SDK
9.1
|
Public Member Functions | |
void | onXFAWidgetAdded (XFAWidget xfaWidget) |
void | onXFAWidgetWillRemove (XFAWidget xfaWidget) |
Interface that defines xfa widget events.
void com.foxit.uiextensions.modules.dynamicxfa.IXFAWidgetEventListener.onXFAWidgetAdded | ( | XFAWidget | xfaWidget | ) |
Called when the specified xfa widget has been added.
xfaWidget | the xfa widget was added |
void com.foxit.uiextensions.modules.dynamicxfa.IXFAWidgetEventListener.onXFAWidgetWillRemove | ( | XFAWidget | xfaWidget | ) |
Called when the specified xfa widget will be removed.
xfaWidget | the xfa widget will be removed |