Package com.pspdfkit.annotations.actions
Class LaunchAction
-
- All Implemented Interfaces:
public final class LaunchAction extends Action
Represents an action to launch an external application or file.
-
-
Constructor Summary
Constructors Constructor Description LaunchAction(String path)
Creates action instance. LaunchAction(String path, List<Action> subActions)
Creates action instance.
-
Method Summary
-
-
Constructor Detail
-
LaunchAction
LaunchAction(String path)
Creates action instance.- Parameters:
path
- Path to the application that shall be launched or the document that shall be opened or printed.
-
-
-
-