CoCoME System Tests

org.cocome.tradingsystem.systests.interfaces
Interface ILightsDisplay

All Superinterfaces:
IUpdateReceiver

public interface ILightsDisplay
extends IUpdateReceiver

Interface for the lights display at a cash desk. This contains a light indicating express mode activity and a light indicating that no credit cards are accepted. For the reference implementation both lights are used at the same time. However the "no credit card light" might also be useful to indicate a missing bank caonnection.

Version:
$Revision: 1.1 $
Author:
Christian Pfaller, $Author: hummel $

Method Summary
 boolean isExpressModeLightOn()
          Returns true, if the express mode light is on
 boolean isNoCreditCardLightOn()
          Returns ture, if the no credit card light is on
 
Methods inherited from interface org.cocome.tradingsystem.systests.interfaces.IUpdateReceiver
waitForUpdate
 

Method Detail

isExpressModeLightOn

boolean isExpressModeLightOn()
                             throws java.lang.Exception
Returns true, if the express mode light is on

Throws:
java.lang.Exception

isNoCreditCardLightOn

boolean isNoCreditCardLightOn()
                              throws java.lang.Exception
Returns ture, if the no credit card light is on

Throws:
java.lang.Exception

CoCoME System Tests

CoCoME System Tests - 0.1