Videoautomat

videoautomat
Class VideoAutomat

java.lang.Object
  |
  +--sale.SalesPoint
        |
        +--videoautomat.VideoAutomat
All Implemented Interfaces:
EventListener, sale.events.FormSheetListener, sale.ProcessContext, Serializable, util.SerializableListener

public class VideoAutomat
extends sale.SalesPoint

This class is an implementation of a SalesPoint, at which all the user activities take place.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class sale.SalesPoint
m_pCurProcess
 
Constructor Summary
VideoAutomat()
          The Constructor of VideoAutomat
 
Method Summary
protected  sale.FormSheet getDefaultFormSheet()
           
 
Methods inherited from class sale.SalesPoint
attach, attach, attach, attach, attachLoadedDisplay, attachStatusDisplay, canQuit, createNewID, detachBasket, detachDisplay, detachStatusDisplay, detachUser, formSheetRemoved, formSheetSet, getBasket, getCatalog, getCurrentProcess, getCurrentUser, getDefaultMenuSheet, getDefaultStatusFormSheet, getDefaultStatusMenuSheet, getDisplay, getID, getName, getProcessLock, getSalesPointFrameBounds, getStock, getUser, hasUseableDisplay, log, logSalesPointClosed, logSalesPointOpened, onCanQuit, popUpFormSheet, processFinished, processStarted, quit, resume, runProcess, runProcess, setFormSheet, setMenuSheet, setSalesPointFrameBounds, setStatusFormSheet, setStatusMenuSheet, suspend, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoAutomat

public VideoAutomat()
The Constructor of VideoAutomat

Method Detail

getDefaultFormSheet

protected sale.FormSheet getDefaultFormSheet()
Overrides:
getDefaultFormSheet in class sale.SalesPoint
Returns:
the default FormSheet shown whenever no process is running.
See Also:
SalesPoint.getDefaultFormSheet()

Videoautomat