Videoautomat

videoautomat.contentcreator.stdactions
Class RollBackAction

java.lang.Object
  |
  +--videoautomat.contentcreator.stdactions.RollBackAction
All Implemented Interfaces:
sale.Action, Serializable

public class RollBackAction
extends Object
implements sale.Action

Standart action to change next to rollback gate.

Author:
Tobias Ruch
See Also:
Serialized Form

Constructor Summary
RollBackAction()
           
 
Method Summary
 void doAction(sale.SaleProcess saleProcess, sale.SalesPoint salePoint)
          Changes to the callback gate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RollBackAction

public RollBackAction()
Method Detail

doAction

public void doAction(sale.SaleProcess saleProcess,
                     sale.SalesPoint salePoint)
              throws Throwable
Changes to the callback gate. Called by an action listener, such as an button. The attribues are setted by the action listener.

Specified by:
doAction in interface sale.Action
Parameters:
saleProcess - - current sale.SaleProecess
salePoint - - current SalesPoint
Throwable

Videoautomat