Videoautomat

videoautomat.contentcreator.stdactions
Class StopAction

java.lang.Object
  |
  +--videoautomat.contentcreator.stdactions.StopAction
All Implemented Interfaces:
sale.Action, Serializable

public class StopAction
extends Object
implements sale.Action

Standard action to change to stop gate.

Author:
Alexander Herrmann
See Also:
Serialized Form

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

Constructor Detail

StopAction

public StopAction()
Method Detail

doAction

public void doAction(sale.SaleProcess saleProcess,
                     sale.SalesPoint salePoint)
              throws Throwable
Changes to the stop gate. 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
salePoint - - current SalesPoint
Throwable

Videoautomat