org.speakright.core.tests
Class MyMenu

java.lang.Object
  extended by org.speakright.core.FlowBase
      extended by org.speakright.core.flows.BasicFlow
          extended by org.speakright.core.flows.ChoiceFlow
              extended by org.speakright.core.tests.MyMenu
All Implemented Interfaces:
java.io.Serializable, IFlow

public class MyMenu
extends ChoiceFlow

See Also:
Serialized Form

Field Summary
 Model M
           
 
Fields inherited from class org.speakright.core.flows.BasicFlow
m_L
 
Constructor Summary
MyMenu()
           
 
Method Summary
 void onBegin(IFlowContext context)
          The default implementation of onBegin is to do nothing.
 
Methods inherited from class org.speakright.core.flows.ChoiceFlow
addChoice, getFirst, getNext, setChoiceQuestion
 
Methods inherited from class org.speakright.core.flows.BasicFlow
add, addPromptFlow, findSubFlow, getSubFlowAfter, SubFlowCount
 
Methods inherited from class org.speakright.core.FlowBase
createRenderer, execute, executionCount, fixupGrammar, fixupPrompt, log, logError, name, 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
 

Field Detail

M

public Model M
Constructor Detail

MyMenu

public MyMenu()
Method Detail

onBegin

public void onBegin(IFlowContext context)
Description copied from class: FlowBase
The default implementation of onBegin is to do nothing.

Specified by:
onBegin in interface IFlow
Overrides:
onBegin in class FlowBase