android.speech.recognition.DeviceSpeakerListener Class Reference

List of all members.


Detailed Description

Listens for DeviceSpeaker events.

Public Member Functions

virtual void onStarted ()=0
virtual void onStopped ()=0
virtual void onError (ReturnCode::Type error)=0

Protected Member Functions

UAPI_EXPORT DeviceSpeakerListener ()
virtual UAPI_EXPORT ~DeviceSpeakerListener ()

Friends

class DeviceSpeakerListenerProxy

Constructor & Destructor Documentation

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

Prevent construction.

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

Prevent destruction.


Member Function Documentation

virtual void android.speech.recognition.DeviceSpeakerListener.onStarted (  )  [pure virtual]

Invoked when the device speaker starts playback.

virtual void android.speech.recognition.DeviceSpeakerListener.onStopped (  )  [pure virtual]

Invoked when the playback ends (either normally or due to an error).

virtual void android.speech.recognition.DeviceSpeakerListener.onError ( ReturnCode::Type  error  )  [pure virtual]

Invoked when an unexpected error occurs. This is normally followed by onStopped() if the component shuts down successfully.

Parameters:
error specific error code.


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