Videoautomat

videoautomat
Class VideoAutomat

java.lang.Object
  extended by SalesPoint
      extended by videoautomat.VideoAutomat

public class VideoAutomat
extends SalesPoint

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


Constructor Summary
VideoAutomat()
          The Constructor of VideoAutomat
 
Method Summary
protected  FormSheet getDefaultFormSheet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoAutomat

public VideoAutomat()
The Constructor of VideoAutomat

Method Detail

getDefaultFormSheet

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

Videoautomat