org.speakright.core
Class ExitEvent

java.lang.Object
  extended by org.speakright.core.FlowBase
      extended by org.speakright.core.ControlFlow
          extended by org.speakright.core.ExitEvent
All Implemented Interfaces:
java.io.Serializable, IFlow

public class ExitEvent
extends ControlFlow

ExitEvent terminates execution immediately. It is used to stop an application. For example, the default implementation of OnDisconnect returns an ExitEvent.

Author:
Ian Rae
See Also:
Serialized Form

Constructor Summary
ExitEvent()
           
 
Method Summary
 
Methods inherited from class org.speakright.core.FlowBase
createRenderer, execute, executionCount, fixupGrammar, fixupPrompt, getFirst, getNext, 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

ExitEvent

public ExitEvent()