Package com.pspdfkit.annotations.actions
Class JavaScriptAction
-
- All Implemented Interfaces:
public final class JavaScriptAction extends Action
Action that should trigger execution of JavaScript embedded in it.
-
-
Constructor Summary
Constructors Constructor Description JavaScriptAction(String script)
Constructs the JavaScript action with given script. JavaScriptAction(String script, List<Action> subActions)
Constructs the JavaScript action with given script.
-
Method Summary
-
-
Constructor Detail
-
JavaScriptAction
JavaScriptAction(String script)
Constructs the JavaScript action with given script.- Parameters:
script
- Script that should be executed when the action gets triggered.
-
-
-
-