Uses of Class
org.speakright.core.flows.LoopFlow

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

Uses of LoopFlow in org.speakright.core.flows
 

Methods in org.speakright.core.flows that return LoopFlow
protected  LoopFlow SRApp.createMainLoop()
           
protected  LoopFlow SRApp.getMainLoop()
          Get the loop flow returned by createMainLoop.
 

Methods in org.speakright.core.flows with parameters of type LoopFlow
protected  void SRApp.initMainLoop(LoopFlow flow)
          Return the main loop sub-flow.
 

Uses of LoopFlow in org.speakright.core.tests
 

Methods in org.speakright.core.tests with parameters of type LoopFlow
 void TestSRApp.TestApp2.initMainLoop(LoopFlow loop)
           
 void TestSRApp.TestApp3.initMainLoop(LoopFlow loop)
           
 

Uses of LoopFlow in org.speakright.demos.simpsons
 

Methods in org.speakright.demos.simpsons with parameters of type LoopFlow
protected  void App.initMainLoop(LoopFlow loop)