videoautomat.contentcreator.stdactions
Class LogOutAction
java.lang.Object
videoautomat.contentcreator.stdactions.LogOutAction
public class LogOutAction
- extends Object
Standard action to change to stop gate and detach user.
- Author:
- Alexander Herrmann
Method Summary |
void |
doAction(SaleProcess saleProcess,
SalesPoint sp)
Changes to the stop gate and detaches User. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogOutAction
public LogOutAction()
doAction
public void doAction(SaleProcess saleProcess,
SalesPoint sp)
throws Throwable
- Changes to the stop gate and detaches User. 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