Class MultiActionCommand
- java.lang.Object
-
- net.sf.jasperreports.interactivity.commands.MultiActionCommand
-
- All Implemented Interfaces:
Serializable
,Command
public class MultiActionCommand extends Object implements Command
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiActionCommand(List<AbstractAction> actions, JasperReportsContext jasperReportsContext, ReportContext reportContext)
-
-
-
Constructor Detail
-
MultiActionCommand
public MultiActionCommand(List<AbstractAction> actions, JasperReportsContext jasperReportsContext, ReportContext reportContext)
-
-
Method Detail
-
execute
public void execute() throws CommandException
- Specified by:
execute
in interfaceCommand
- Throws:
CommandException
-
-