videoautomat.transition
Class RentPayRollbackTransition
java.lang.Object
|
+--videoautomat.transition.RentPayRollbackTransition
- All Implemented Interfaces:
- Serializable, sale.Transition
- public class RentPayRollbackTransition
- extends Object
- implements sale.Transition
Transition
that rollback the money-transactions and leads back to the
SaleProcessRent.getInitialGate()
- Author:
- Tobias Ruch
- See Also:
- Serialized Form
Method Summary |
sale.Gate |
perform(sale.SaleProcess sp,
users.User user)
Performes the transition. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RentPayRollbackTransition
public RentPayRollbackTransition()
perform
public sale.Gate perform(sale.SaleProcess sp,
users.User user)
- Performes the transition.
- Specified by:
perform
in interface sale.Transition
- Parameters:
sp
- - current processuser
- - current user of this process
- Returns:
- the new
Gate
which should be shown after the transition