net.sf.jasperreports.web.commands
Class MultiActionCommand
java.lang.Object
net.sf.jasperreports.web.commands.MultiActionCommand
- All Implemented Interfaces:
- Command
public class MultiActionCommand
- extends Object
- implements Command
- Version:
- $Id: MultiActionCommand.java 5298 2012-04-25 14:33:37Z narcism $
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiActionCommand
public MultiActionCommand(List<AbstractAction> actions,
JasperReportsContext jasperReportsContext,
ReportContext reportContext)
execute
public void execute()
throws CommandException
- Specified by:
execute in interface Command
- Throws:
CommandException
undo
public void undo()
- Specified by:
undo in interface Command
redo
public void redo()
- Specified by:
redo in interface Command
Copyright © 2012. All Rights Reserved.