|
Videoautomat | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSaleProcess
videoautomat.SaleProcessLogOn
public class SaleProcessLogOn
This class implements a SaleProcess
used to log on and choose which activity should follow.
Constructor Summary | |
---|---|
SaleProcessLogOn()
Constructs a new SaleProcessLogOn |
Method Summary | |
---|---|
Gate |
getFaultGate()
|
protected Gate |
getInitialGate()
Implementation of the inherited abstract method. |
Gate |
getMainGate()
|
Gate |
restart()
Returns the initial gate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SaleProcessLogOn()
SaleProcessLogOn
Method Detail |
---|
protected Gate getInitialGate()
Gate
where the user selects it`s user-name and is asked for his/her password.sale.SaleProcess#getInitialGate()
public Gate restart()
public Gate getFaultGate()
Gate
that shows an error-message.public Gate getMainGate()
Gate
where the user can select the next activity, like renting a video.
|
Videoautomat | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |