videoautomat.transition
Class RegisterOKTransition
java.lang.Object
videoautomat.transition.RegisterOKTransition
public class RegisterOKTransition
- extends Object
Transition to register a new users.User
.
- Author:
- Tobias Ruch
Method Summary |
Gate |
perform(SaleProcess sp,
User user)
Implemeneted from the Transition -Interface to perform the registration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegisterOKTransition
public RegisterOKTransition(RegisterContentCreator creator)
- Construts a new
RegisterOKTransition
with the given ContentCreator
from wich the Transition is called.
- Parameters:
creator
- - RegisterContentCreator
which calls this sale.Transition
perform
public Gate perform(SaleProcess sp,
User user)
- Implemeneted from the
Transition
-Interface to perform the registration
- Parameters:
sp
- - the process that triggered the Transitionuser
- - the user currently active in the process' ProcessContext