Uses of Interface
org.speakright.core.IFlowContext

Packages that use IFlowContext
org.speakright.core   
org.speakright.core.flows   
org.speakright.core.tests   
org.speakright.demos.simpsons   
 

Uses of IFlowContext in org.speakright.core
 

Subinterfaces of IFlowContext in org.speakright.core
 interface IExecutionContext
          A context object passed to the execute method of a flow object.
 

Classes in org.speakright.core that implement IFlowContext
 class ExecutionContext
          Contains the VoiceXML page renderer.
 class FlowContext
          Implements IFlowContext.
 class SRResults
          Holds the results sent back by the VoiceXML platform.
 

Methods in org.speakright.core with parameters of type IFlowContext
 IFlow FlowBase.getFirst(IFlowContext context)
          The default implementation of getFirst is to return this.
 IFlow ConfirmationWrapper.getFirst(IFlowContext context)
          start with the question.
 IFlow IFlow.getFirst(IFlowContext context)
          Gets the first sub-flow to be executed.
 IFlow TrailWrapper.getFirst(IFlowContext context)
           
 void FlowBase.onBegin(IFlowContext context)
          The default implementation of onBegin is to do nothing.
 void IFlow.onBegin(IFlowContext context)
          The first method called when a flow is executed.
 void TrailWrapper.onBegin(IFlowContext context)
           
 void FlowBase.onEnd(IFlowContext context)
          The default implementation of onEnd is to do nothing.
 void IFlow.onEnd(IFlowContext context)
          The last method called when a flow is executed.
 void TrailWrapper.onEnd(IFlowContext context)
           
 

Uses of IFlowContext in org.speakright.core.flows
 

Methods in org.speakright.core.flows with parameters of type IFlowContext
 IFlow LoopFlow.getFirst(IFlowContext context)
           
 IFlow ChoiceFlow.getFirst(IFlowContext context)
          Returns the choice question.
 IFlow BranchFlow.getFirst(IFlowContext context)
          Do the branching, as determined by branch()
 IFlow BasicFlow.getFirst(IFlowContext context)
          If there are sub-flows then return the first one, otherwise return self.
 void SRApp.onBegin(IFlowContext context)
          Invokes getWelcome, getMainLoop, and getGoodbye.
 

Uses of IFlowContext in org.speakright.core.tests
 

Methods in org.speakright.core.tests with parameters of type IFlowContext
 IFlow TestNesting.OptionalFlow.getFirst(IFlowContext context)
           
 IFlow MyFlow.getFirst(IFlowContext context)
           
 IFlow Flow2Wrapper.getFirst(IFlowContext context)
           
 void MyMenu.onBegin(IFlowContext context)
           
 void MyFlow.onBegin(IFlowContext context)
           
 void MyFlow.onEnd(IFlowContext context)
           
 

Uses of IFlowContext in org.speakright.demos.simpsons
 

Methods in org.speakright.demos.simpsons with parameters of type IFlowContext
 void App.onBegin(IFlowContext context)
           
 void App.AskCharacter.onBegin(IFlowContext context)
           
 void App.VotingResultsList.onBegin(IFlowContext context)