| Overview | Package | Class | Tree | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object | +--javax.speech.recognition.ResultAdapter
Result object.
The methods in this class are empty; this class is provided as a
convenience for easily creating listeners by extending this class
and overriding only the methods of interest.
| Method Summary | |
| void | audioReleased(ResultEvent e)
A AUDIO_RELEASED event has occured.
|
| void | grammarFinalized(ResultEvent e)
A GRAMMAR_FINALIZED event has occured.
|
| void | resultAccepted(ResultEvent e)
A RESULT_ACCEPTED event has occured.
|
| void | resultCreated(ResultEvent e)
A RESULT_CREATED event has occured.
|
| void | resultRejected(ResultEvent e)
A RESULT_REJECTED event has occured.
|
| void | resultUpdated(ResultEvent e)
A RESULT_UPDATED event has occured.
|
| void | trainingInfoReleased(ResultEvent e)
A TRAINING_INFO_RELEASED event has occured.
|
| Methods inherited from class java.lang.Object | |
| clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait | |
| Method Detail |
public void resultCreated(ResultEvent e)
RESULT_CREATED event has occured.
public void resultUpdated(ResultEvent e)
RESULT_UPDATED event has occured.
public void grammarFinalized(ResultEvent e)
GRAMMAR_FINALIZED event has occured.
public void resultAccepted(ResultEvent e)
RESULT_ACCEPTED event has occured.
public void resultRejected(ResultEvent e)
RESULT_REJECTED event has occured.
public void audioReleased(ResultEvent e)
AUDIO_RELEASED event has occured.
public void trainingInfoReleased(ResultEvent e)
TRAINING_INFO_RELEASED event has occured.
| Overview | Package | Class | Tree | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
JavaTM Speech API
Copyright 1997-1998 Sun Microsystems, Inc. All rights reserved
Send comments to javaspeech-comments@sun.com