org.speakright.sro
Class BaseSROQuestion.MyConfirmationWrapper

java.lang.Object
  extended by org.speakright.core.FlowBase
      extended by org.speakright.core.ConfirmationWrapper
          extended by org.speakright.sro.BaseSROQuestion.MyConfirmationWrapper
All Implemented Interfaces:
java.io.Serializable, IConfirmationNotifier, IFlow
Enclosing class:
BaseSROQuestion

public class BaseSROQuestion.MyConfirmationWrapper
extends ConfirmationWrapper

See Also:
Serialized Form

Constructor Summary
BaseSROQuestion.MyConfirmationWrapper(IFlow question, IConfirmationFlow confirmer, BaseSROQuestion self)
           
 
Method Summary
 IFlow doQuestionGetNext(IFlow current, SRResults results)
           
 
Methods inherited from class org.speakright.core.ConfirmationWrapper
getFirst, getNext, notifyConfirmationFinished
 
Methods inherited from class org.speakright.core.FlowBase
createRenderer, execute, executionCount, fixupGrammar, fixupPrompt, getSubFlowAfter, log, logError, name, onBegin, onCatch, onComplete, onDisconnect, onEnd, onNoInput, onPlatformError, onTransferFailed, onValidateFailed, promptGroup, setExecutionCount, setName, setPromptGroup, shouldExecute, validateInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseSROQuestion.MyConfirmationWrapper

public BaseSROQuestion.MyConfirmationWrapper(IFlow question,
                                             IConfirmationFlow confirmer,
                                             BaseSROQuestion self)
Method Detail

doQuestionGetNext

public IFlow doQuestionGetNext(IFlow current,
                               SRResults results)
Overrides:
doQuestionGetNext in class ConfirmationWrapper