videoautomat.transition
Class LogOnFailTransition
java.lang.Object
|
+--videoautomat.transition.LogOnFailTransition
- All Implemented Interfaces:
- Serializable, sale.Transition
- public class LogOnFailTransition
- extends Object
- implements sale.Transition
Transition that redirects to the process' initial gate.
- Author:
- Alexander Herrmann
- See Also:
- Serialized Form
Method Summary |
sale.Gate |
perform(sale.SaleProcess sp,
users.User user)
Redirects to the initial gate of the current process. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogOnFailTransition
public LogOnFailTransition()
perform
public sale.Gate perform(sale.SaleProcess sp,
users.User user)
- Redirects to the initial gate of the current process.
- Specified by:
perform
in interface sale.Transition
- Parameters:
sp
- - SaleProcess
on which to perform Transitionuser
- - User
with which to perform Transition