Uses of Class
org.speakright.core.ControlFlow

Packages that use ControlFlow
org.speakright.core   
org.speakright.core.flows   
 

Uses of ControlFlow in org.speakright.core
 

Subclasses of ControlFlow in org.speakright.core
 class AppEvent
          An application event is is a custom event that an application can "throw" in order to transfer control to another active flow object.
 class ExitEvent
          ExitEvent terminates execution immediately.
 class ThrowEvent
          "Throws" an event.
 

Uses of ControlFlow in org.speakright.core.flows
 

Subclasses of ControlFlow in org.speakright.core.flows
static class BranchFlow.GotoBranchEvent
          An event class used to jump back from a sub-flow to a branch flow.