Videoautomat

videoautomat.contentcreator.stdactions
Class LogOutAction

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

public class LogOutAction
extends Object

Standard action to change to stop gate and detach user.

Author:
Alexander Herrmann

Constructor Summary
LogOutAction()
           
 
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
 

Constructor Detail

LogOutAction

public LogOutAction()
Method Detail

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

Videoautomat