|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteCharacterInput
Facade for easy control and monitoring of the user's DTMF input.
Objects that implement this interface are able to detect character input and to control input detection interval duration with a timer whose length is specified by a VoiceXML document.
If an input resource is not available, an error.noresource
event must be thrown.
Copyright © 2006-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Method Summary | |
|---|---|
void |
addCharacter(char dtmf)
The user entered a DTMF. |
void |
startRecognition()
Detects and reports character and/or spoken input simultaneously. |
void |
stopRecognition()
Stops a previously started recognition. |
| Method Detail |
|---|
void addCharacter(char dtmf)
throws RemoteException
dtmf - Entered DTMF.
RemoteException - Error in remote procedure call.
void startRecognition()
throws RemoteException
RemoteException - Error in remote procedure call.
void stopRecognition()
throws RemoteException
RemoteException - Error in remote procedure call.startRecognition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||