android.speech.recognition.VoicetagItemListener Class Reference

List of all members.


Detailed Description

Listens for Voicetag events.

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

Constructor & Destructor Documentation

UAPI_EXPORT android.speech.recognition.VoicetagItemListener.VoicetagItemListener (  )  [protected]

Prevent construction.

virtual UAPI_EXPORT android.speech.recognition.VoicetagItemListener.~VoicetagItemListener (  )  [protected, virtual]

Prevent destruction.


Member Function Documentation

virtual void android.speech.recognition.VoicetagItemListener.onSaved ( const char *  path  )  [pure virtual]

Invoked after the Voicetag is saved.

Parameters:
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.

Parameters:
returnCode READ_ERROR if the Voicetag could not be loaded.
WRITE_ERROR if the Voicetag could not be saved.


Generated on Thu May 1 17:16:53 2008 for UAPI by  doxygen 1.5.3