|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventStrategy | |
|---|---|
| org.jvoicexml.interpreter | Core interpreter. |
| org.jvoicexml.interpreter.event | This package contains the classes to capture the events that are coming from the implementation platform. |
| Uses of EventStrategy in org.jvoicexml.interpreter |
|---|
| Methods in org.jvoicexml.interpreter that return types with arguments of type EventStrategy | |
|---|---|
Collection<EventStrategy> |
EventHandler.collect(VoiceXmlInterpreterContext context,
VoiceXmlInterpreter interpreter,
FormInterpretationAlgorithm fia,
CatchContainer item)
Adds all event handlers defined in the given input item. |
| Methods in org.jvoicexml.interpreter with parameters of type EventStrategy | |
|---|---|
boolean |
EventHandler.addStrategy(EventStrategy strategy)
Adds a strategy for the given event type. |
| Method parameters in org.jvoicexml.interpreter with type arguments of type EventStrategy | |
|---|---|
boolean |
EventHandler.removeStrategies(Collection<EventStrategy> strategies)
Removes the given strategies. |
| Uses of EventStrategy in org.jvoicexml.interpreter.event |
|---|
| Methods in org.jvoicexml.interpreter.event that return types with arguments of type EventStrategy | |
|---|---|
Collection<EventStrategy> |
JVoiceXmlEventHandler.collect(VoiceXmlInterpreterContext context,
VoiceXmlInterpreter interpreter,
FormInterpretationAlgorithm fia,
CatchContainer item)
Adds all event handlers defined in the given input item. |
| Methods in org.jvoicexml.interpreter.event with parameters of type EventStrategy | |
|---|---|
boolean |
JVoiceXmlEventHandler.addStrategy(EventStrategy strategy)
Adds a strategy for the given event type. |
| Method parameters in org.jvoicexml.interpreter.event with type arguments of type EventStrategy | |
|---|---|
boolean |
JVoiceXmlEventHandler.removeStrategies(Collection<EventStrategy> strats)
Removes the given strategies. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||