Videoautomat

videoautomat.contentcreator.stdactions
Class CommitAction

java.lang.Object
  extended by videoautomat.contentcreator.stdactions.CommitAction

public class CommitAction
extends Object

Standart action to change next to commit gate.

Author:
Tobias Ruch

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

Constructor Detail

CommitAction

public CommitAction()
Method Detail

doAction

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

Parameters:
saleProcess - - current sale.SaleProecess
salePoint - - current sale.SalesPoint
Throws:
Throwable

Videoautomat