|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObservableUserInput
A UserInput that can be monitored by
UserInputListeners.
Implementations must implement this interface to propagate input events to the interpreter.
Copyright © 2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Method Summary | |
|---|---|
void |
setUserInputListener(UserInputListener listener)
Sets the listener for user input events. |
| Method Detail |
|---|
void setUserInputListener(UserInputListener listener)
The implementation of this interface must notify the listener about all events.
Note: This method might not be called, e.g. if there is
no UserInput.
listener - The listener.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||