videoautomat.contentcreator.stdactions
Class LogOutAction
java.lang.Object
|
+--videoautomat.contentcreator.stdactions.LogOutAction
- All Implemented Interfaces:
- sale.Action, Serializable
- public class LogOutAction
- extends Object
- implements sale.Action
Standard action to change to stop gate and detach user.
- Author:
- Alexander Herrmann
- See Also:
- Serialized Form
Method Summary |
void |
doAction(sale.SaleProcess saleProcess,
sale.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(sale.SaleProcess saleProcess,
sale.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.
- Specified by:
doAction
in interface sale.Action
- Parameters:
saleProcess
- - current SaleProcess
Throwable