videoautomat.contentcreator.stdactions
Class QuitAction
java.lang.Object
videoautomat.contentcreator.stdactions.QuitAction
public class QuitAction
- extends Object
Standard action to change to quit gate.
- Author:
- Alexander Herrmann
Method Summary |
void |
doAction(SaleProcess saleProcess,
SalesPoint salePoint)
Changes to the quit gate. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuitAction
public QuitAction()
doAction
public void doAction(SaleProcess saleProcess,
SalesPoint salePoint)
throws Throwable
- Changes to the quit gate. Called by an action listener, such as an button.
The attribues are set by the action listener.
- Parameters:
saleProcess
- - current sale.SaleProcess
salePoint
- - current sale.SalesPoint
- Throws:
Throwable