gui.transact
Class TrInitSpeech

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

public class TrInitSpeech
extends TrState


Field Summary
static java.util.logging.Logger logger
           
 
Constructor Summary
TrInitSpeech()
           
 
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.
 void stopStateProcs(Transaction tr)
          Subclasses must override this method in order to stop the processes started by the corresponding state tasks.
 
Methods inherited from class gui.transact.TrState
isTasksCompleted, setTasksCompleted, status
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

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

TrInitSpeech

public TrInitSpeech()
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

stopStateProcs

public void stopStateProcs(Transaction tr)
Description copied from class: TrState
Subclasses must override this method in order to stop the processes started by the corresponding state tasks. Stub method by default so that subclasses can ignore this if irrelevant.

Overrides:
stopStateProcs in class TrState