Uses of Class
org.jvoicexml.interpreter.event.AbstractEventStrategy

Packages that use AbstractEventStrategy
org.jvoicexml.interpreter This package contains the core interpreter. 
org.jvoicexml.interpreter.event This package contains the classes to capture the events that are coming from the implementation platform. 
 

Uses of AbstractEventStrategy in org.jvoicexml.interpreter
 

Methods in org.jvoicexml.interpreter with parameters of type AbstractEventStrategy
 void EventHandler.addStrategy(AbstractEventStrategy strategy)
          Add a strategy for the given event type.
 

Uses of AbstractEventStrategy in org.jvoicexml.interpreter.event
 

Subclasses of AbstractEventStrategy in org.jvoicexml.interpreter.event
 class ChildNodeEventStrategy
          Strategy to execute a child node.
 class RecognitionEventStrategy
          Strategy to process a recognition event coming from the implementation platform.
 

Methods in org.jvoicexml.interpreter.event with parameters of type AbstractEventStrategy
 void JVoiceXmlEventHandler.addStrategy(AbstractEventStrategy strategy)
          Add a strategy for the given event type.
 



Copyright © 2005-2007 JVoiceXML group.