Videoautomat

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

Constructor Summary
RegisterOKTransition(RegisterContentCreator creator)
          Construts a new RegisterOKTransition with the given ContentCreator from wich the Transition is called.
 
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
 

Constructor Detail

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
Method Detail

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 Transition
user - - the user currently active in the process' ProcessContext

Videoautomat