

| Public Member Functions | |
| virtual void | onStarted ()=0 | 
| virtual void | onStopped ()=0 | 
| virtual void | onError (ReturnCode::Type error)=0 | 
| Protected Member Functions | |
| UAPI_EXPORT | SpeechSynthesizerListener () | 
| virtual UAPI_EXPORT | ~SpeechSynthesizerListener () | 
| Friends | |
| class | SpeechSynthesizerListenerProxy | 
| class | AudioSourceListenerProxy | 
| UAPI_EXPORT android.speech.recognition.SpeechSynthesizerListener.SpeechSynthesizerListener | ( | ) |  [protected] | 
Prevent construction.
| virtual UAPI_EXPORT android.speech.recognition.SpeechSynthesizerListener.~SpeechSynthesizerListener | ( | ) |  [protected, virtual] | 
Prevent destruction.
| virtual void android.speech.recognition.AudioSourceListener.onStarted | ( | ) |  [pure virtual, inherited] | 
Invoked when reading begins.
| virtual void android.speech.recognition.AudioSourceListener.onStopped | ( | ) |  [pure virtual, inherited] | 
Invoked when the reading ends (either normally or due to an error).
| virtual void android.speech.recognition.AudioSourceListener.onError | ( | ReturnCode::Type | error | ) |  [pure virtual, inherited] | 
Invoked when an unexpected error occurs. This is normally followed by onStopped() if the component shuts down successfully.
| error | specific error code. | 
 1.5.3
 1.5.3