gui.transact
Class TrReady

java.lang.Object
  extended by gui.transact.TrState
      extended by gui.transact.TrReady

public class TrReady
extends TrState

Author:
GEORGESC

Field Summary
private static java.util.logging.Logger logger
           
 
Constructor Summary
TrReady()
           
 
Method Summary
 void nextStep(Transaction tr)
          Subclasses must decide which state follows when the user asks for executing the next step of the transaction
 void runTasks(Transaction tr)
          Subclasses must decide what to do when the user asks for executing the tasks required inside this state of the transaction.
 
Methods inherited from class gui.transact.TrState
isTasksCompleted, setTasksCompleted, status, stopStateProcs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static final java.util.logging.Logger logger
Constructor Detail

TrReady

public TrReady()
Method Detail

nextStep

public void nextStep(Transaction tr)
Description copied from class: TrState
Subclasses must decide which state follows when the user asks for executing the next step of the transaction

Specified by:
nextStep in class TrState

runTasks

public void runTasks(Transaction tr)
Description copied from class: TrState
Subclasses must decide what to do when the user asks for executing the tasks required inside this state of the transaction.

Specified by:
runTasks in class TrState