| Public Member Functions | |
| virtual void | onSaved (const char *path)=0 | 
| virtual void | onLoaded ()=0 | 
| virtual void | onError (ReturnCode::Type error)=0 | 
| Protected Member Functions | |
| UAPI_EXPORT | VoicetagItemListener () | 
| virtual UAPI_EXPORT | ~VoicetagItemListener () | 
| Friends | |
| class | VoicetagItemListenerProxy | 
| UAPI_EXPORT android.speech.recognition.VoicetagItemListener.VoicetagItemListener | ( | ) |  [protected] | 
Prevent construction.
| virtual UAPI_EXPORT android.speech.recognition.VoicetagItemListener.~VoicetagItemListener | ( | ) |  [protected, virtual] | 
Prevent destruction.
| virtual void android.speech.recognition.VoicetagItemListener.onSaved | ( | const char * | path | ) |  [pure virtual] | 
Invoked after the Voicetag is saved.
| path | the path the voicetag was saved to | 
| virtual void android.speech.recognition.VoicetagItemListener.onLoaded | ( | ) |  [pure virtual] | 
Invoked after the Voicetag is loaded.
| virtual void android.speech.recognition.VoicetagItemListener.onError | ( | ReturnCode::Type | error | ) |  [pure virtual] | 
Invoked when an unexpected error occurs.
| returnCode | READ_ERROR if the Voicetag could not be loaded. WRITE_ERROR if the Voicetag could not be saved. | 
 1.5.3
 1.5.3