net.sf.jasperreports.web.commands
Class MultiActionCommand

java.lang.Object
  extended by net.sf.jasperreports.web.commands.MultiActionCommand
All Implemented Interfaces:
Command

public class MultiActionCommand
extends java.lang.Object
implements Command

Version:
$Id: MultiActionCommand.java 5298 2012-04-25 14:33:37Z narcism $
Author:
Narcis Marcu (narcism@users.sourceforge.net)

Constructor Summary
MultiActionCommand(java.util.List<AbstractAction> actions, JasperReportsContext jasperReportsContext, ReportContext reportContext)
           
 
Method Summary
 void execute()
           
 void redo()
           
 void undo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiActionCommand

public MultiActionCommand(java.util.List<AbstractAction> actions,
                          JasperReportsContext jasperReportsContext,
                          ReportContext reportContext)
Method Detail

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


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com