org.jvoicexml.interpreter.event
Class RecognitionEventStrategy
java.lang.Object
org.jvoicexml.interpreter.event.AbstractEventStrategy
org.jvoicexml.interpreter.event.RecognitionEventStrategy
- All Implemented Interfaces:
- XmlWritable
public final class RecognitionEventStrategy
- extends AbstractEventStrategy
Strategy to process a recognition event coming from the implementation
platform.
Process all filled elements, if the result is accepted.
- Version:
- $Revision: 216 $
- Author:
- Dirk Schnelle
- See Also:
Copyright © 2005-2007 JVoiceXML group -
http://jvoicexml.sourceforge.net/
RecognitionEventStrategy
public RecognitionEventStrategy(VoiceXmlInterpreterContext ctx,
VoiceXmlInterpreter interpreter,
FormInterpretationAlgorithm algorithm,
AbstractFormItem formItem)
- Construct a new object.
- Parameters:
ctx - The VoiceXML interpreter context.interpreter - The VoiceXML interpreter.algorithm - The FIA.formItem - The current form item.
Copyright © 2005-2007 JVoiceXML group.