videoautomat.transition
Class RegisterOKTransition
java.lang.Object
|
+--videoautomat.transition.RegisterOKTransition
- All Implemented Interfaces:
- Serializable, sale.Transition
- public class RegisterOKTransition
- extends Object
- implements sale.Transition
Transition to register a new User
.
- Author:
- Tobias Ruch
- See Also:
- Serialized Form
Method Summary |
sale.Gate |
perform(sale.SaleProcess sp,
users.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 Transition
perform
public sale.Gate perform(sale.SaleProcess sp,
users.User user)
- Implemeneted from the
Transition
-Interface to perform the registration
- Specified by:
perform
in interface sale.Transition
- Parameters:
sp
- - the process that triggered the Transitionuser
- - the user currently active in the process' ProcessContext